Files
wren/test/language/string/literals.wren

6 lines
151 B
Plaintext
Raw Normal View History

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