Files
wren/test/core/string/bytes.wren
T

7 lines
166 B
Plaintext
Raw Normal View History

// Bytes: 11111
// 012345678901234
// Chars: sø mé ஃ thî ng
var s = "søméஃthîng"
IO.print(s.bytes is StringByteSequence) // expect: true