
From scott@math.sunysb.edu Tue Jun 22 10:14:26 1999
Date: Mon, 21 Jun 1999 08:48:07 -0400 (EDT)
From: Scott Sutherland <scott@math.sunysb.edu>
To: tony
Subject: Re: true basic

>>>>> "Tony" == Tony Phillips <tony> writes:
    Tony>  I used to be able to run TrueBasic programs. Is this still
    Tony> possible on our system?  Tony

Maybe.  Years ago, we beta tested early versions of true basic for unix.
So if its a fairly straightforward program, it should run.

To run it, log into one of the suns, and give a command like

	tru -i myprog.tru

If you want to compile it, you can try

	tru myprog.tru -o myprog

