diff options
Diffstat (limited to 'bas2aplus.rst')
-rw-r--r-- | bas2aplus.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bas2aplus.rst b/bas2aplus.rst index 4422fc7..9ca6a38 100644 --- a/bas2aplus.rst +++ b/bas2aplus.rst @@ -104,8 +104,13 @@ A+. For instance, **DIR** is allowed with no argument in XL. BASIC XE ======== -BASIC XE is the last in the series of OSS BASIC interpreters. It adds -a few keywords to BASIC XL, which also don't exist in A+. These are: +BASIC XE is the last in the series of OSS BASIC interpreters. It +supports "EXTENDed" mode, which allows BASIC XE to use all the +memory in a 130XE, but such programs are *not* supported by +**bas2aplus**. Only non-EXTENDed BASIC XE programs can be converted. + +BASIC XE adds a few keywords to BASIC XL, which also don't exist in +A+. These are: **EXTEND** This command is direct-mode only, so it will never appear in a SAVEd |