aboutsummaryrefslogtreecommitdiff
path: root/renumbas.rst
diff options
context:
space:
mode:
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
=======