class

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

new(condition : Myst::Node, body : Myst::Node = Nop.new)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

accept_children(visitor)
Source
body
Source
body=(body : Node)
Source
condition
Source
condition=(condition : Node)
Source
hash(hasher)

See Object#hash(hasher)