From 1225ca0abaf6c83a70590b89bf8453b32831313b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jul 2024 19:36:45 -0400 Subject: listbas: commentary. --- listbas.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/listbas.c b/listbas.c index c179b56..eaddd96 100644 --- a/listbas.c +++ b/listbas.c @@ -508,6 +508,9 @@ void aplus_op_color_on(unsigned char tok) { color_on(c); } +/* pseudo-funcs listed here are ones that don't take (), e.g. + X=RND or A$=INKEY$. right now they're colored the same as regular + functions, but it might make sense to color them as variables? (or not?) */ void turbo_op_color_on(unsigned char tok) { switch(tok) { case 0x55: -- cgit v1.2.3