aboutsummaryrefslogtreecommitdiff
path: root/listbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-17 14:37:56 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-17 14:40:44 -0400
commit271c293f1a8a1ba3316d6b9fecb955d336441fd0 (patch)
treeeb1657fe3c4c39d688b2ea024123d740db839975 /listbas.rst
parent7b7bccf53b94ea80c60f5b9ee4b4a8c64cce5823 (diff)
downloadbw-atari8-tools-271c293f1a8a1ba3316d6b9fecb955d336441fd0.tar.gz
listbas: add -k (no mixed case) option for BXL/BXE.
Diffstat (limited to 'listbas.rst')
-rw-r--r--listbas.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/listbas.rst b/listbas.rst
index 7895b1b..a32f5c2 100644
--- a/listbas.rst
+++ b/listbas.rst
@@ -25,7 +25,7 @@ escape sequences for inverse video and color syntax highlighting.
**listbas** supports several BASIC dialects used on the Atari. By
default, the BASIC dialect is autodetected by running **whichbas**\(1)
-as an external process.
+as an external process. To override this, see the **-b** option, below.
OPTIONS
=======
@@ -64,6 +64,14 @@ BASIC options
Do not print line numbers at the start of each line. **GOTO**, **GOSUB**,
**TRAP**, and **THEN** target line numbers are still printed.
+**-t**
+ Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE.
+ If you want to indent an Atari BASIC program, use **-bt** or **-bxl**.
+
+**-k**
+ Do not print keywords in mixed case (e.g. **Print**, **Graphics**),
+ for BASIC XL or BASIC XE.
+
Output modes
------------