StackMachine::JumpTrueForward
Inherits Struct < Value < Object
Struct for JumpTrueForward opcode
Constructors
new(delta : Int32)
SourceInstance methods
call
Pass in a block to perform specified operation with the underlying delta
JumpTrueForward.new.call do | delta |
do_something_with delta
end