StandardEnvironment constructor
StandardEnvironment(
- Environment? owner
Imports the standard library into the Environment.
Implementation
StandardEnvironment(super.owner) {
evalString(lispParser, this, _standardLibrary);
}