io.write("".count) // expect: 0 io.write("a string") // expect: a string // TODO(bob): Escapes.