class FayrantLang::AST::WhileStatement
- FayrantLang::AST::WhileStatement
- FayrantLang::AST::Statement
- Reference
- Object
Defined in:
ast/statement.crConstructors
Instance Method Summary
- #==(other : WhileStatement)
- #body : Array(FayrantLang::AST::Statement)
- #cond : FayrantLang::AST::Expr
- #exec(ctx : Context) : Tuple(ExecResult, AnyValue)