view testfileread.rhope @ 92:e73a93fb5de1

Beginning of port of compiler to itself, some bugfixes and a refcount optimization
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Aug 2010 00:58:55 -0400
parents dbe95bfec970
children
line wrap: on
line source


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