Top Level Namespace

Defined Under Namespace

Modules: Ookie

Instance Method Summary collapse

Instance Method Details

#usageObject



16
17
18
19
# File 'bin/ookie', line 16

def usage
  STDERR.puts "Ookie Ook! & Brainfuck interpreter #{Ookie::Version::STRING}\n\nUsage: #{File.basename $0} [-v] <file>\n\n\t-v\t:= turn on verbose output\n\tfile\t:= any file, yet BF will only be used for .b files"
  exit 1
end