diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-21 05:32:50 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-21 05:32:50 -0400 |
commit | ea8a90992582971100d5d73ab18f0944059587fa (patch) | |
tree | 6ab506aecec9a04cba5e42296eed1427fb71013a | |
parent | d199c988ae29d7d8cf30ee1abff6a83860863552 (diff) | |
download | bw-atari8-tools-ea8a90992582971100d5d73ab18f0944059587fa.tar.gz |
bas2aplus: tweak doc.
-rw-r--r-- | bas2aplus.1 | 5 | ||||
-rw-r--r-- | bas2aplus.rst | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bas2aplus.1 b/bas2aplus.1 index bdb1dd3..6b5d2e5 100644 --- a/bas2aplus.1 +++ b/bas2aplus.1 @@ -129,6 +129,11 @@ program anyway. .B \fBHITCLR\fP, \fBINVERSE\fP, \fBNORMAL\fP, \fBBLOAD\fP, \fBBSAVE\fP Not supported in either A+ or XL. .UNINDENT +.SH TURBO BASIC +.sp +Not supported. It\(aqs also an extended version of Atari BASIC (by +a different developer), but extends the syntax in ways that just +wouldn\(aqt convert directly to BASIC/A+. .SH EXIT STATUS .sp 0 for success, non\-zero for failure. diff --git a/bas2aplus.rst b/bas2aplus.rst index 18e70e7..2ea77d4 100644 --- a/bas2aplus.rst +++ b/bas2aplus.rst @@ -104,6 +104,13 @@ a few keywords to BASIC XL, which also don't exist in A+. These are: **HITCLR**, **INVERSE**, **NORMAL**, **BLOAD**, **BSAVE** Not supported in either A+ or XL. +TURBO BASIC +=========== + +Not supported. It's also an extended version of Atari BASIC (by +a different developer), but extends the syntax in ways that just +wouldn't convert directly to BASIC/A+. + EXIT STATUS =========== |