class V8::CLI::Shell

def help(*args)

def help(*args)
  <<-HELP
int(msg)
print msg to STDOUT    
  
it(status = 0)
exit the shell
also: quit()
    
alrb(source)
evaluate some ruby source
LP
end