fork download
  1. def isAlphabitized(x, context):
  2. reader = BufferedReader(x.getReader())
  3. line = reader.readLine()
  4. while line != None:
  5. Application.showMessage(reader.readLine())
Success #stdin #stdout 0.03s 27704KB
stdin
Standard input is empty
stdout
Standard output is empty