[][src]Module basic::__Chapter_2::LOAD

LOAD <filename>

Purpose

Load a BASIC program from the filesystem.

Remarks

The filename may contain paths and anything else your filesystem allows.

Example

LOAD "Your Awesome Program.BAS"
READY.
RUN
My Awesome Program Prints This Awesome String