class FayrantLang::Context
- FayrantLang::Context
- Reference
- Object
Defined in:
interpreter/context.crConstructors
Instance Method Summary
- #create_var(name : String, value : AnyValue)
- #get_var(name : String) : AnyValue
- #set_var(name : String, value : AnyValue)