aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 06:53:54 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 06:53:54 -0400
commitd79dd55a18cb158778fbdc796a60f27518d1f971 (patch)
treea8cd9509ad175161d228586543603ac8a90c4bc4 /cxrefbas.rst
parent0ac7d03ab5196ab2c1fbfa18dcc9ffeccef1a25e (diff)
downloadbw-atari8-tools-d79dd55a18cb158778fbdc796a60f27518d1f971.tar.gz
cxrefbas and renumbas: round fractional line numbers like BASIC does.
Diffstat (limited to 'cxrefbas.rst')
-rw-r--r--cxrefbas.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/cxrefbas.rst b/cxrefbas.rst
index d80d818..7004217 100644
--- a/cxrefbas.rst
+++ b/cxrefbas.rst
@@ -58,6 +58,11 @@ warning on standard error, e.g. *GOTO A* or *GOSUB 100\*A*. Even *GOTO
Line numbers above 32767, e.g. *TRAP 40000*, are not listed.
+Atari BASIC allows fractional line numbers, such as *GOTO 123.4*.
+These are rounded to the nearest integer when the program is
+executed. **cxrefbas** handles these correctly, although you're
+not likely to run into them in real-world programs.
+
OPTIONS
=======