From 2097459711de8069f419fe3ab877adf89ebb86bb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Jul 2024 01:52:58 -0400 Subject: whichbas: commentary. --- whichbas.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whichbas.c b/whichbas.c index d9b85dc..24da7fa 100644 --- a/whichbas.c +++ b/whichbas.c @@ -460,7 +460,8 @@ CALLBACK(handle_op) { if(nexttok == OP_FUNC_LPAR) { remove_type(BT_BXL_BXE); } else if(nexttok == OP_EOS || nexttok == OP_EOL) { - /* weird BXL END token */ + /* weird BXL END token (0x58). the other 2 (0x55, 0x5b) can't + show up at the end whether they're TB or BXL/BXE. */ remove_type(BT_TURBO | BT_BXE); } else { remove_type(BT_TURBO); -- cgit v1.2.3