struct

StackMachine::JumpBackward

Inherits Struct < Value < Object

Struct for JumpBackward opcode

Constructors

new(delta : Int32)
Source

Instance methods

call

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

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