class Braingasm::Compiler::Loop

Attributes

start_index[RW]
stop_index[RW]

Public Instance Methods

call(machine) click to toggle source
# File lib/braingasm/compiler.rb, line 181
def call(machine)
  machine.inst_jump_if_data_zero(stop_index + 1)
end