From 271c293f1a8a1ba3316d6b9fecb955d336441fd0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Jul 2024 14:37:56 -0400 Subject: listbas: add -k (no mixed case) option for BXL/BXE. --- listbas.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'listbas.rst') 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 ------------ -- cgit v1.2.3