Myst::Until
Inherits Myst::Node / Reference / Object
An until expression. This is functionally the same as the while
expression, but executes its body until the condition evaluates to a
truthy value.
'until' 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)