BASIC FUNCTIONS SECTION 5.13
LOAD
5.13.11 Function LOAD reads a program into the Basic workspace from a
file.
Syntax LOAD filename [,R]
Example LOAD
11
HUNTER.HBA''
loads the Basic file, HUNTER.HBA into the workspace ready
for execution.
LOAD "HUNTER" ,R
loads the Basic file HUNTER.HBA into the workspace and
commences execution.
LOAD "HUNTER. TXT"
This loads ·an ASCII file into the Basic workspace. It
processes the ASCII into Basic compressed format.
Remarks For .HBA files, typing in the extension is optional.
VER. V091' PAGE 5 - 711