annotate testfileread.rhope @ 154:29b479a2ce48

Make memory leak detection controllable by a define
author Mike Pavone <pavone@retrodev.com>
date Tue, 21 Dec 2010 04:11:47 +0000
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