view testfileread.rhope @ 141:f2cb85c53ced

Fix Pause/Resume and rewrite Call Async in Rhope rather than C
author Mike Pavone <pavone@retrodev.com>
date Sat, 20 Nov 2010 17:48:22 -0500
parents dbe95bfec970
children
line wrap: on
line source


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