We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3553009 commit 7d5bf7cCopy full SHA for 7d5bf7c
src/ref/lexer.md
@@ -2,6 +2,11 @@
2
3
## Whitespace
4
5
+The following characters are considered as whitespace (blanks): horizontal tab
6
+(`0x09`), new line (`0x10`), vertical tab (`0x11`), form feed (`0x12`),
7
+carriage return (`0x13`), and space (`0x20`). Whitespace characters are ignored
8
+by the lexer, but they separate tokens, e.g., identifiers or literals.
9
+
10
## Comments
11
12
## Literals
0 commit comments