Returning values to home screen
[Prev][Next][Index][Thread]
Returning values to home screen
-
Subject: Returning values to home screen
-
From: David Rice <drice@ENUXSA.EAS.ASU.EDU>
-
Date: Sat, 31 Aug 1996 22:44:57 GMT
-
In-Reply-To: <>
Is there any way for a program (not a function) to return a value to the
home screen? The "return" command doesn't seem to work. For example,
the following program:
test()
Prgm
Return 500
EndPrgm
simply prints "Done" on the home screen. Is this the way it is supposed
to work, or am I doing something wrong?
<pre>
--
David Rice
<drice@asu.edu>
</pre>