From d79dd55a18cb158778fbdc796a60f27518d1f971 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Jun 2024 06:53:54 -0400 Subject: cxrefbas and renumbas: round fractional line numbers like BASIC does. --- renumbas.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'renumbas.rst') 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 ======= -- cgit v1.2.3