diff options
-rw-r--r-- | whichbas.1 | 3 | ||||
-rw-r--r-- | whichbas.rst | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -159,7 +159,8 @@ runtime. .sp The good news is, such a program will still work fine in Atari BASIC. Atari BASIC will dimension it as a regular string variable and ignore -the 2nd dimension. +the 2nd dimension. Since it\(aqs not actually used elsewhere in the program, +it doesn\(aqt hurt anything. .SH EXIT STATUS .sp Without the \fB\-s\fP option, exit status is 0 for success, non\-zero for diff --git a/whichbas.rst b/whichbas.rst index 75ce0f1..6b9a63f 100644 --- a/whichbas.rst +++ b/whichbas.rst @@ -120,7 +120,8 @@ by writing a program that does these things: The good news is, such a program will still work fine in Atari BASIC. Atari BASIC will dimension it as a regular string variable and ignore -the 2nd dimension. +the 2nd dimension. Since it's not actually used elsewhere in the program, +it doesn't hurt anything. EXIT STATUS =========== |