Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
FayrantLang::AST::WhileStatement
Inherits
FayrantLang::AST::Statement
/
Reference
/
Object
Constructors
new
(cond :
Expr
, body :
Array
(
Statement
))
Source
Instance methods
==
(other :
WhileStatement
)
Source
body
Source
cond
Source
exec
(ctx :
Context
) :
Tuple
(
ExecResult
,
AnyValue
)
Source