aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listbas.c3
1 files changed, 3 insertions, 0 deletions
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: