Skip to content

Commit 90b81f2

Browse files
committed
Update The-Expression-Syntax.md
1 parent 5a2cf61 commit 90b81f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/The-Expression-Syntax.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ Example:
6464
life + universe + everything
6565
```
6666

67+
### Digit separators
68+
69+
Integer literals may contain digit separators to allow digit grouping into more legible forms.
70+
71+
Example:
72+
73+
```
74+
10_000_000_000
75+
```
76+
6777
### Comparison Operators
6878

6979
* `==` (equal)

0 commit comments

Comments
 (0)