aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-09 04:43:06 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-09 04:43:06 -0400
commit219d82dd1c976f11eb6d554c635f8e886722a387 (patch)
treefbfcd6057a74add334babf9ac32c5213092afa73
parentc77d95741b40b691d87a92c66f8f8da591af0a5c (diff)
downloadbw-atari8-tools-219d82dd1c976f11eb6d554c635f8e886722a387.tar.gz
whichbas: commentary.
-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;