class

FayrantLang::AST::ForStatement

Inherits FayrantLang::AST::Statement / Reference / Object

Constructors

new(init : Statement, cond : Expr, step : Statement, body : Array(Statement))
Source

Instance methods

==(other : ForStatement)
Source
body
Source
cond
Source
exec(ctx : Context) : Tuple(ExecResult, AnyValue)
Source
init
Source
step
Source