mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
|
|
// Bytes: 11111
|
||
|
|
// 012345678901234
|
||
|
|
// Chars: sø mé ஃ thî ng
|
||
|
|
var s = "søméஃthîng"
|
||
|
|
|
||
|
|
IO.print(s.bytes is StringByteSequence) // expect: true
|