Learn R Programming

brassica (version 1.0.2)

brassica-package: BASIC Interpreter

Description

Runs 1970s BASIC programs.

Arguments

Author

Mike Lee

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.

See Also

RUN

Examples

Run this code
require(brassica)

if (FALSE) {
# Load and run the 'Wumpus' program.
RUN("WUMPUS")
}

Run the code above in your browser using DataLab