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