class Stacklang::AST::While
- Stacklang::AST::While
- Stacklang::AST::Statement
- Stacklang::AST
- Reference
- Object
Defined in:
stacklang/ast.crConstructors
Instance Method Summary
- #body : Array(Stacklang::AST::Statement)
- #condition : Stacklang::AST::Expression
- #dump(io, indent = 0)