aboutsummaryrefslogtreecommitdiff
path: root/renumbas.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 /renumbas.rst
parent0ac7d03ab5196ab2c1fbfa18dcc9ffeccef1a25e (diff)
downloadbw-atari8-tools-d79dd55a18cb158778fbdc796a60f27518d1f971.tar.gz
cxrefbas and renumbas: round fractional line numbers like BASIC does.
Diffstat (limited to 'renumbas.rst')
-rw-r--r--renumbas.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/renumbas.rst b/renumbas.rst
index d4b0990..7cef711 100644
--- a/renumbas.rst
+++ b/renumbas.rst
@@ -44,6 +44,11 @@ Remember that the maximum line number for Atari BASIC is 32767.
Renumbering will fail, if the chosen start and increment values
would result in lines with numbers higher than this.
+Atari BASIC allows fractional line numbers, such as *GOTO 123.4*.
+These are rounded to the nearest integer when the program is
+executed. **renumbas** handles these correctly, although you're
+not likely to run into them in real-world programs.
+
OPTIONS
=======