Re: A86: Compiling? (not in asm)


[Prev][Next][Index][Thread]

Re: A86: Compiling? (not in asm)




> BTW, the thing that tipped him off to this was by typing a single colon ":"
> from the homescreen, it prints "Done", which is only printed when basic or
> asm program is finished.

The calculator prints "Done" whenever the last command of the program
has no return value to print or record to Ans.  A few exceptions are
Outpt() (which has a return value but does not print Done) and Return,
which is not counted as the last command.  There are others that
I can't remember (I worked with this like 2 years ago).  This information
holds true for the TI-85 and 86.


Follow-Ups: