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