SAVE - DualBrain/bsharp GitHub Wiki

To save a program file.

Syntax

SAVE filename

Comments

filename is a quoted string that follows the normal naming conventions. If filename already exists, the file will be written over. If the extension is omitted, .bs will be used.

Examples

The following command saves the file com2.bs:

SAVE "COM2"

The following command saves the file prog.bs:

SAVE "PROG"