struct

StackMachine::JumpFalseBackward

Inherits Struct < Value < Object

Struct for JumpFalseBackward opcode

Constructors

new(delta : Int32)
Source

Instance methods

call

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

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