mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 22:58:40 +01:00
- "\x" escape sequence to put byte values in strings: "\x34" - String.byteAt(index) gets value of byte in string. - String.bytes returns a raw sequence of bytes for a string. - String.codePointAt(index) gets the code point at an offset as a raw number.