brassica-package: BASIC Interpreter

brassica-packageR Documentation

BASIC Interpreter

Description

Runs 1970s BASIC programs.

Details

Interprets and executes a subset of early (1975) Altair/Microsoft BASIC, plus some generalisations and extensions. Enables various programs of historical interest to be run in their primal form. A selection of public-domain examples are included.

Author(s)

Mike Lee

See Also

RUN

Examples

require(brassica)

## Not run: 
# Load and run the 'Wumpus' program.
RUN("WUMPUS")

## End(Not run)

brassica documentation built on Oct. 24, 2022, 9:07 a.m.