1
0
forked from Mirror/wren
Files
wren/test/core
Bob Nystrom 72c38a59ce More stuff for working with strings and bytes!
- "\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.
2015-03-27 20:44:07 -07:00
..
2015-03-19 21:10:05 +01:00
2015-03-17 07:00:54 -07:00
2015-03-19 21:12:50 +01:00