Difference between revisions of "BASIC file formats"

From Ninerpedia
Jump to navigation Jump to search
m (Created page with "BASIC programs written for TI BASIC and Extended BASIC are not saved as a plain text. '''TODO: continue'''")
 
m
Line 1: Line 1:
BASIC programs written for TI BASIC and [[Extended BASIC]] are not saved as a plain text.
BASIC programs written for TI BASIC and [[Extended BASIC]] are not stored in plain text in memory. Instead, the BASIC lines are ''tokenized''. For each command or special character or character sequence that has a meaning in BASIC there is a one-byte code, the ''token''.  


'''TODO: continue'''
'''TODO: continue'''

Revision as of 17:56, 28 March 2015

BASIC programs written for TI BASIC and Extended BASIC are not stored in plain text in memory. Instead, the BASIC lines are tokenized. For each command or special character or character sequence that has a meaning in BASIC there is a one-byte code, the token.

TODO: continue