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