Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
b6c6b882
Commit
b6c6b882
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2005-03-27 01:19:04 by beppe] Empty log message
Original author: beppe Date: 2005-03-27 01:19:04+00:00
parent
e28a55b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/types_patterns.xml
View file @
b6c6b882
...
...
@@ -167,7 +167,7 @@ integers, characters, and atoms. To each kind corresponds a family of types.
quote can also be escaped, but this is not mandatory.
The usual
<code>
'\n', '\t', '\r'
</code>
are recognized.
Arbitrary Unicode codepoints can be written in decimal
<code>
'\%%i%%;
</code>
(
<code>
%%i%%
</code>
is an decimal integer) or
<code>
'\%%i%%;
</code>
(
<code>
%%i%%
</code>
is an decimal integer
; note that the code is ended by a semicolon
) or
in hexadecimal
<code>
'\x%%i%%;
</code>
. Any other occurrence of
a backslash character is prohibited.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment