From 2a73f95e7204ded74409adc03eeac62868e3500f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Jun 2024 17:05:51 -0400 Subject: cxrefbas: handle IF THEN . --- cxrefbas.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cxrefbas.rst') diff --git a/cxrefbas.rst b/cxrefbas.rst index b32cdb0..2bba3f7 100644 --- a/cxrefbas.rst +++ b/cxrefbas.rst @@ -28,6 +28,8 @@ Any command that uses a computed value for a line number will print a warning on standard error, e.g. *GOTO A* or *GOSUB 100\*A*. Even *GOTO 100+0* is a computed value, since BASIC doesn't do constant folding. +Line numbers above 32767, e.g. *TRAP 40000*, are not listed. + OPTIONS ======= -- cgit v1.2.3