FayrantLang::AST::IfStatement
Inherits FayrantLang::AST::Statement / Reference / Object
Constructors
new(cond : Expr, true_body : Array(Statement), false_body : Array(Statement))
SourceInstance methods
==(other : IfStatement)
Sourcecond
Sourceexec(ctx : Context) : Tuple(ExecResult, AnyValue)
Sourcefalse_body
Sourcetrue_body
Source