diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:23:02 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:23:02 -0400 |
commit | bdbb23afce79df0bf6a13c7d56b053180b090a71 (patch) | |
tree | f2e78233891b08044d9a65507e4710c729b35bb8 | |
parent | 54bec63a3cbf149d6c3a542c2962ef5e6aac9965 (diff) | |
download | bw-atari8-tools-bdbb23afce79df0bf6a13c7d56b053180b090a71.tar.gz |
whichbas: comment typo.
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ CALLBACK(handle_cmd) { 0x5B: BRUN or CALL (both take a string, CALL allows "USING" though) This isn't really important, as CALL requires a PROCEDURE to - exit, and we *do* catch the PROCEDURE token. + exist, and we *do* catch the PROCEDURE token. 0x5F: PAINT (req 2 args) or NUM (optional 2 args). Again, not important, because it's highly unlikely any BXL/BXE program will contain NUM... because when it executes, it stops the |