System.print("".count) // expect: 0
System.print("a string") // expect: a string
// Non-ASCII.
System.print("A~¶Þॐஃ") // expect: A~¶Þॐஃ