diff options
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -353,6 +353,8 @@ CALLBACK(handle_cmd) { Note that it's impossible to put more statements *after* the --, they just get ignored if you type them. This doesn't help us here, but it's interesting anyway. + Also, the -- is what you type to enter it into the program, but + it get LISTed as a line of 30 dashes. The explanation is a lot longer than the code... */ if(program[pos - 1] == 0x05 || nexttok == 0x9b) { bas_type = BT_TURBO; |