This page (revision-4) was last changed on 03-Feb-2023 15:21 by Maury Markowitz 

This page was created on 04-Jul-2016 16:13 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 03-Feb-2023 15:21 1 KB Maury Markowitz to previous
3 11-Apr-2019 19:30 559 bytes Roland B. Wassenberg to previous | to last
2 04-Jul-2016 16:15 206 bytes Roland B. Wassenberg to previous | to last
1 04-Jul-2016 16:13 206 bytes Roland B. Wassenberg to last Enhancements to Basic 2.1

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 8 lines
__Enhancements to Basic__ adds a number of editing and debugging commands to [Atari BASIC| Atari BASIC], as well as offering direct access to some disk functions without having to exit out of BASIC to DOS. It is very similar to The Monkey Wrench in concept, but is loaded from disk rather than the right cartridge slot, which did not exist on most machines.
Among its editing commands are autonumbering (NUM), renumbering (REN) and deleting a block of lines (!DEL, to make sure it's not a typo). It adds the VERify command to ensure a store program can be successfully read. LVAR lists the variables in a program, SVAR searches the program for any line that uses a given variable name, and CVAR changes the name of a variable throughout the program.
The system also includes a program tracing feature, TRON and TROFF. In addition, it includes a number of keyboard commands that allow these features to be turned on or off while the program is running, without having to break or STOP it to type in TRON. Shift-Escape turns on TRON, and Control-Escape performs TROFF.
Build-in DOS commands include DIR, LOCK, UNLOCK, RENAME and !ERASE.