diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:10:38 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:10:38 -0400 |
commit | 46cf8aa5805ab6e59ee808e2189b7ad9cb3f642a (patch) | |
tree | a7890a3c40884114b1fc5dcab99f5c7ca2cc2101 | |
parent | a27b5690781a2478c07121896b71640d466a561b (diff) | |
download | bw-atari8-tools-46cf8aa5805ab6e59ee808e2189b7ad9cb3f642a.tar.gz |
listbas: tweak man page.
-rw-r--r-- | listbas.1 | 1 | ||||
-rw-r--r-- | listbas.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,7 @@ Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP, Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE. By default, indentation is enabled for everything but Atari BASIC. If you want to indent an Atari BASIC program, use \fB\-bt\fP or \fB\-bxe\fP\&. +Integer BASIC indentation is not yet supported. .TP .B \fB\-k\fP Do not print keywords in mixed case (e.g. \fBPrint\fP, \fBGraphics\fP), diff --git a/listbas.rst b/listbas.rst index 8378c49..a90a645 100644 --- a/listbas.rst +++ b/listbas.rst @@ -77,6 +77,7 @@ BASIC options Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE. By default, indentation is enabled for everything but Atari BASIC. If you want to indent an Atari BASIC program, use **-bt** or **-bxe**. + Integer BASIC indentation is not yet supported. **-k** Do not print keywords in mixed case (e.g. **Print**, **Graphics**), |