io = { read_line = fn () str { READ_LINE() } write_line = fn (output: any) none { WRITE_LINE(output) } }