class FayrantLang::AST::VariableDeclarationStatement
Defined in:
ast/statement.crConstructors
Instance Method Summary
- #==(other : VariableDeclarationStatement)
- #exec(ctx : Context) : Tuple(ExecResult, AnyValue)
- #expr : FayrantLang::AST::Expr
- #name : String