Skip to content
Commits on Source (2)
......@@ -28,8 +28,8 @@ In addition, numeric character literals can be specified as
#\bB... (B...: any number of binary digits [01])
#\O... (O...: any number of at least two octal digits [0-7])
with the hexadecimal, binary, and octal digits, respectively,
identifying a Unicode code point.
with the hexadecimal, binary, or octal digits, respectively,
representing the number of a Unicode code point.
Examples:
......