brassica-package {brassica} | R 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
Examples
require(brassica)
## Not run:
# Load and run the 'Wumpus' program.
RUN("WUMPUS")
## End(Not run)
[Package brassica version 1.0.2 Index]