From bdbb23afce79df0bf6a13c7d56b053180b090a71 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Jul 2024 04:23:02 -0400 Subject: whichbas: comment typo. --- whichbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whichbas.c b/whichbas.c index 2fe273e..f086689 100644 --- a/whichbas.c +++ b/whichbas.c @@ -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 -- cgit v1.2.3