diff options
-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**), |