view testfileread.rhope @ 83:27bb051d631c

Initial implementation of Dictionary
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Jul 2010 23:33:31 -0400
parents dbe95bfec970
children
line wrap: on
line source


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