struct

StackMachine::JumpTrueBackward

Inherits Struct < Value < Object

Struct for JumpTrueBackward opcode

Constructors

new(delta : Int32)
Source

Instance methods

call

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

JumpTrueBackward.new.call do | delta |
  do_something_with delta
end
Source