[][src]Module basic::__Chapter_2::SAVE

SAVE <filename>

Purpose

Save the current BASIC program to the filesystem.

Remarks

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

Example

SAVE "Your Awesome Program.BAS"