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