annotate testfileread.rhope @ 189:d0e3a13c1bd9 default tip

Remove old calculator example
author Mike Pavone <pavone@retrodev.com>
date Fri, 07 Oct 2011 00:24:04 -0700
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