mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-03 07:35:42 +00:00
asoft-tokenize: scrn() wasn't working
it had an extra space for some reason? the original doc probably did, but why? actual Applesoft doesn't when doing LIST
This commit is contained in:
parent
ff2621c966
commit
d97b15bbd8
@ -38,7 +38,7 @@ char applesoft_tokens[][8]={
|
||||
/* B8 */ "DEF FN","POKE","PRINT","CONT","LIST","CLEAR","GET","NEW",
|
||||
/* C0 */ "TAB(","TO","FN","SPC(","THEN","AT","NOT","STEP",
|
||||
/* C8 */ "+","-","*","/","^","AND","OR",">",
|
||||
/* D0 */ "=","<","SGN","INT","ABS","USR","FRE","SCRN (",
|
||||
/* D0 */ "=","<","SGN","INT","ABS","USR","FRE","SCRN(",
|
||||
/* D8 */ "PDL","POS","SQR","RND","LOG","EXP","COS","SIN",
|
||||
/* E0 */ "TAN","ATN","PEEK","LEN","STR$","VAL","ASC","CHR$",
|
||||
/* E8 */ "LEFT$","RIGHT$","MID$","","","","","",
|
||||
|
Loading…
x
Reference in New Issue
Block a user