brassica-package {brassica} | R Documentation |
Runs 1970s BASIC programs.
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.
Mike Lee
require(brassica)
## Not run:
# Load and run the 'Wumpus' program.
RUN("WUMPUS")
## End(Not run)