# File vpp, line 508
def ask(prompt)
  x = readline(prompt,true)
  quit(nil,0,true) unless x # EOD prints newline and quits
  x.chomp
end