diff options
Diffstat (limited to 'whichbas.c')
-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 |