mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-01-22 12:33:45 -08:00
13 lines
252 B
Markdown
13 lines
252 B
Markdown
# Environment
|
|
A repository of variables and functions defined in a scope.
|
|
|
|
## Structure
|
|
|
|
Record: Actual storage, table, etc.
|
|
Parent: Optional refrence to a parent environment.
|
|
|
|
## Interface
|
|
|
|
Define: Variable
|
|
Assign: Value to a varaible
|
|
Lookup: Variable |