mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +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:
@@ -38,7 +38,7 @@ char applesoft_tokens[][8]={
|
|||||||
/* B8 */ "DEF FN","POKE","PRINT","CONT","LIST","CLEAR","GET","NEW",
|
/* B8 */ "DEF FN","POKE","PRINT","CONT","LIST","CLEAR","GET","NEW",
|
||||||
/* C0 */ "TAB(","TO","FN","SPC(","THEN","AT","NOT","STEP",
|
/* C0 */ "TAB(","TO","FN","SPC(","THEN","AT","NOT","STEP",
|
||||||
/* C8 */ "+","-","*","/","^","AND","OR",">",
|
/* 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",
|
/* D8 */ "PDL","POS","SQR","RND","LOG","EXP","COS","SIN",
|
||||||
/* E0 */ "TAN","ATN","PEEK","LEN","STR$","VAL","ASC","CHR$",
|
/* E0 */ "TAN","ATN","PEEK","LEN","STR$","VAL","ASC","CHR$",
|
||||||
/* E8 */ "LEFT$","RIGHT$","MID$","","","","","",
|
/* E8 */ "LEFT$","RIGHT$","MID$","","","","","",
|
||||||
|
Reference in New Issue
Block a user