From d97b15bbd8c3300a2b576c464636a6729293bd55 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 11 Dec 2019 08:34:58 -0500 Subject: [PATCH] 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 --- asoft_basic-utils/tokenize_asoft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asoft_basic-utils/tokenize_asoft.c b/asoft_basic-utils/tokenize_asoft.c index 81dedb05..989ea8f0 100644 --- a/asoft_basic-utils/tokenize_asoft.c +++ b/asoft_basic-utils/tokenize_asoft.c @@ -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$","","","","","",