8,732
edits
Changes
→Program Notes
It is possible to run this program on machines other than the TRS-80. If your machine runs a version of Microsoft BASIC (eg: Apple II running Applesoft, Commodore PET, Exidy Sorcerer, or any Ohio Scientific computer), you will have fewer changes to make. Here are some of the obscure changes that may have to be made (depending on your machine and version of BASIC):
* A logical operation returns the value -1 (or hexadecimal FF) whentrue, and 0 otherwise. For example, executing:
PRINT (1=2), (1=1)