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:
Vince Weaver 2019-12-11 08:34:58 -05:00
parent ff2621c966
commit d97b15bbd8
1 changed files with 1 additions and 1 deletions

View File

@ -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$","","","","","",