class Orphic::OrphicCli::Thread

Public Instance Methods

Cursor() click to toggle source
# File lib/orphic/cli/sprites/geek.rb, line 10
def Cursor()
  __FILE__
  puts "The Real Cursor."
end
Paji() click to toggle source
# File lib/orphic/cli/sprites/geek.rb, line 19
def Paji()
  __LINE__
  puts "The Real Paji."
end
d(disc) click to toggle source

instructions, bootload 'this'

# File lib/orphic/cli/sprites/geek.rb, line 34
  def d(disc)
    $d = "disc"
    puts $d
    puts "disc"
end
i(ins) click to toggle source

required datasets

# File lib/orphic/cli/sprites/geek.rb, line 26
def i(ins)
    
  # if (Cursor <= i) then
  puts  "i !<= 0"
  $ins = "ins"
  return $ins
end