view testfileread.rhope @ 94:05c22ff4b4ed

Forgot to add this with a prior commit
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Aug 2010 01:00:37 -0400
parents dbe95bfec970
children
line wrap: on
line source


Main[]
{
	f <- File["test.txt"]
	Print[String[f]]
}