diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-25 16:14:04 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-25 16:14:04 -0400 |
commit | e4288a04fc0d14190743e6e2700315436d468817 (patch) | |
tree | ff8e4366609d307036e2e046ab8157a405ddcae6 /unprotbas.rst | |
parent | c117cb2e180de367ced708e36c30e0eb73d77482 (diff) | |
download | bw-atari8-tools-e4288a04fc0d14190743e6e2700315436d468817.tar.gz |
unprotbas: do not try to read tokenized BASIC from stdin if it's a terminal.
Diffstat (limited to 'unprotbas.rst')
-rw-r--r-- | unprotbas.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unprotbas.rst b/unprotbas.rst index c8584e8..743559b 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -144,7 +144,7 @@ Variable name table scrambling names in the program, the recovery process just invents new ones, named A through Z, A1 through A9, B1 through B9, etc, etc. It'll require human intelligence to figure out what each variable is for, - since the names are meaningless. + since the names are meaningless. See **VARIABLE NAMES**, below. The **output-file** may not be the exact size that the **input-file** was. Some types of variable-name scrambling shrink |