mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-15 11:31:46 -07:00
Lecture 6 complete.
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user