aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'cxrefbas.rst')
-rw-r--r--cxrefbas.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/cxrefbas.rst b/cxrefbas.rst
index fbfc74a..b32cdb0 100644
--- a/cxrefbas.rst
+++ b/cxrefbas.rst
@@ -18,7 +18,8 @@ DESCRIPTION
**cxrefbas** reads an Atari 8-bit BASIC tokenized program. For each
line number in the program, it prints a list of lines that reference
-it, via *GOTO*, *GOSUB*, *RESTORE*, *TRAP*, *ON/GOTO*, or *ON/GOSUB*.
+it, via *GOTO*, *GOSUB*, *RESTORE*, *TRAP*, *ON/GOTO*, *ON/GOTO*,
+or *ON/GOSUB*.
If a line doesn't exist, but is referenced (e.g. *GOTO 100*, but there
is no line 100), it's printed in the table, prefixed with *!*.