aboutsummaryrefslogtreecommitdiff
path: root/renumbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 02:04:27 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 02:04:27 -0400
commit9d6be822e814d38ec5eff0ddcc8bc936e7d1b6f2 (patch)
tree1c098a65e4427fffb3721222af54315217ff670e /renumbas.rst
parent1f10767c83fb70731e3cf1b4aeae3c1beb8f356b (diff)
downloadbw-atari8-tools-9d6be822e814d38ec5eff0ddcc8bc936e7d1b6f2.tar.gz
tweak doc.
Diffstat (limited to 'renumbas.rst')
-rw-r--r--renumbas.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/renumbas.rst b/renumbas.rst
index 7d963b1..d4b0990 100644
--- a/renumbas.rst
+++ b/renumbas.rst
@@ -28,8 +28,8 @@ terminal (since tokenized BASIC is binary data and may confuse the
terminal).
Line number references are changed in every line where they occur, so
-e.g. if line 100 gets changed to 200, any other line that does a GOTO
-100 (or GOSUB, RESTORE, TRAP, etc) will be updated with the new line
+e.g. if line 100 gets changed to 200, any other line that does a *GOTO*
+*100* (or *GOSUB*, *RESTORE*, *TRAP*, etc) will be updated with the new line
number.
Computed line numbers can't be updated (e.g. *GOTO A or GOSUB