diff options
-rw-r--r-- | listbas.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |