diff options
| -rw-r--r-- | listbas.c | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -510,7 +510,9 @@ void aplus_op_color_on(unsigned char tok) {  /* 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?) */ +   functions, but it might make sense to color them as variables? +   also, %0 %1 %2 %3 (tokens 0x66 to 0x69) are currently op-colored, +   perhaps they should be constant-colored? */  void turbo_op_color_on(unsigned char tok) {  	switch(tok) {  		case 0x55:  | 
