view testfileread.rhope @ 113:7ca80654c9bb

Merge Escape Rhope Name performance hack back in
author Mike Pavone <pavone@retrodev.com>
date Mon, 11 Oct 2010 21:53:49 -0400
parents dbe95bfec970
children
line wrap: on
line source


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