struct StackMachine::Label
- StackMachine::Label
- Struct
- Value
- Object
Overview
Struct for Label opcode
Defined in:
stackmachine/opcode.crConstructors
Instance Method Summary
-
#call(& : Symbol -> ) : Void
Pass in a block to perform specified operation with the underlying identifier
Constructor Detail
Instance Method Detail
def call(& : Symbol -> ) : Void
#
Pass in a block to perform specified operation with the underlying identifier
Label.new.call do | identifier |
do_something_with identifier
end