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