Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
tiny documentation clarification re char literals
· e95559ed
Juergen Nickelsen
authored
Feb 21, 2019
e95559ed
Merge branch 'master' of
https://git.w21.org/lisp/lingo
· a80b7987
Juergen Nickelsen
authored
Feb 21, 2019
a80b7987
Show whitespace changes
Inline
Side-by-side
doc/characters.txt
View file @
a80b7987
...
...
@@ -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:
...
...