From 219d82dd1c976f11eb6d554c635f8e886722a387 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Jul 2024 04:43:06 -0400 Subject: whichbas: commentary. --- whichbas.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3