struct

StackMachine::Label

Inherits Struct < Value < Object

Struct for Label opcode

Constructors

new(identifier : Symbol)
Source

Instance methods

call

Pass in a block to perform specified operation with the underlying identifier

Label.new.call do | identifier |
  do_something_with identifier
end
Source