aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whichbas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/whichbas.c b/whichbas.c
index ce2f88a..05c81d5 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -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;