class FayrantLang::Context

Defined in:

interpreter/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parentContext : Context | Nil = nil) #

[View source]

Instance Method Detail

def create_var(name : String, value : AnyValue) #

[View source]
def get_var(name : String) : AnyValue #

[View source]
def set_var(name : String, value : AnyValue) #

[View source]