diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-18 03:54:16 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-18 03:54:16 -0400 |
commit | 60dd1bb5f3b3c95787043a9057d01d60740d85ce (patch) | |
tree | 82c53fe5051c8d1ba1a0f7a183c7ca8ee171bbf0 /unprotbas.rst | |
parent | 96af9bc891987f6fcc560a6e403c5ada541d8699 (diff) | |
download | bw-atari8-tools-60dd1bb5f3b3c95787043a9057d01d60740d85ce.tar.gz |
unprotbas: grow variable name table, if needed.
Diffstat (limited to 'unprotbas.rst')
-rw-r--r-- | unprotbas.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unprotbas.rst b/unprotbas.rst index 735681e..557d27d 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -25,9 +25,9 @@ read from standard input. **output-file** will be the unprotected tokenized BASIC program. If it already exists, it will be overwritten. Use *-* to write to standard -output, but **[TODO]** **unprotbas** will refuse to write to standard -output if it's a terminal (since tokenized BASIC is binary data and -may confuse the terminal). +output, but **unprotbas** will refuse to write to standard output if +it's a terminal (since tokenized BASIC is binary data and may confuse +the terminal). OPTIONS ======= |