Myst::While
Inherits Myst::Node / Reference / Object
A while expression. These expressions are the only native looping construct in the language. The body of the expression is executed until the condition evaluates to a falsey value.
'while' condition body 'end'
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcebody
Sourcebody=(body : Node)
Sourcecondition
Sourcecondition=(condition : Node)
Sourcehash(hasher)
See Object#hash(hasher)