annotate testfileread.rhope @ 81:dbe95bfec970

Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
author Mike Pavone <pavone@retrodev.com>
date Thu, 22 Jul 2010 05:39:08 +0000
parents d78613686a38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
80
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
1
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
2 Main[]
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
3 {
81
dbe95bfec970 Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
Mike Pavone <pavone@retrodev.com>
parents: 80
diff changeset
4 f <- File["test.txt"]
dbe95bfec970 Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
Mike Pavone <pavone@retrodev.com>
parents: 80
diff changeset
5 Print[String[f]]
80
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
6 }
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
7