annotate testfileread.rhope @ 134:386f4a874821

More work on new parser
author Mike Pavone <pavone@retrodev.com>
date Wed, 10 Nov 2010 22:29:49 -0500
parents dbe95bfec970
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