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.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cxrefbas.1') diff --git a/cxrefbas.1 b/cxrefbas.1 index 8cfb9ac..99870a2 100644 --- a/cxrefbas.1 +++ b/cxrefbas.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "CXREFBAS" 1 "2024-06-16" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "CXREFBAS" 1 "2024-06-17" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME cxrefbas \- Code cross-reference for tokenized Atari 8-bit BASIC files .SH SYNOPSIS @@ -46,6 +46,8 @@ is no line 100), it\(aqs printed in the table, prefixed with \fI!\fP\&. Any command that uses a computed value for a line number will print a warning on standard error, e.g. \fIGOTO A\fP or \fIGOSUB 100*A\fP\&. Even \fIGOTO 100+0\fP is a computed value, since BASIC doesn\(aqt do constant folding. +.sp +Line numbers above 32767, e.g. \fITRAP 40000\fP, are not listed. .SH OPTIONS .SS General Options .INDENT 0.0 -- cgit v1.2.3