FayrantLang::AST::ForStatement
Inherits FayrantLang::AST::Statement / Reference / Object
Constructors
new(init : Statement, cond : Expr, step : Statement, body : Array(Statement))
SourceInstance methods
==(other : ForStatement)
Sourcebody
Sourcecond
Sourceexec(ctx : Context) : Tuple(ExecResult, AnyValue)
Sourceinit
Sourcestep
Source