diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:43:06 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:43:06 -0400 |
commit | 219d82dd1c976f11eb6d554c635f8e886722a387 (patch) | |
tree | fbfcd6057a74add334babf9ac32c5213092afa73 | |
parent | c77d95741b40b691d87a92c66f8f8da591af0a5c (diff) | |
download | bw-atari8-tools-219d82dd1c976f11eb6d554c635f8e886722a387.tar.gz |
whichbas: commentary.
-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; |