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