class

FayrantLang::AST::VariableAssignmentStatement

Inherits FayrantLang::AST::Statement / Reference / Object

Constructors

new(name : String, expr : Expr)
Source

Instance methods

==(other : VariableAssignmentStatement)
Source
exec(ctx : Context) : Tuple(ExecResult, AnyValue)
Source
expr
Source
name
Source