exercises/patches/patches/059_integers.patch
Juergen Hoetzel 8c2202c73d Add example for Unicode Code point literal > 255
Only Basic Latin and Latin-1 Supplement code points fit into a single
byte.
2023-08-27 12:33:33 +02:00

9 lines
176 B
Diff

23,25c23,25
< 0o131, // octal
< 0b1101000, // binary
< 0x66, // hex
---
> 0o132, // octal
> 0b1101001, // binary
> 0x67, // hex