Myst::ControlExpr
Inherits Myst::Node / Reference / Object
Any flow control expression. These represent expressions that usurp the normal flow of execution. A flow control expression may optionally carry a value to be returned at the destination.
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcehash(hasher)
See Object#hash(hasher)
value
Sourcevalue=(value : Node | Nil)
Sourcevalue?
Source