diff options
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-x | doc/docs/doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index ba69c80..0853391 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md | |||
@@ -1568,6 +1568,7 @@ You can use underscores in a number literal to increase readability. | |||
1568 | ```moonscript | 1568 | ```moonscript |
1569 | integer = 1_000_000 | 1569 | integer = 1_000_000 |
1570 | hex = 0xEF_BB_BF | 1570 | hex = 0xEF_BB_BF |
1571 | binary = 0B10011 | ||
1571 | ``` | 1572 | ``` |
1572 | <YueDisplay> | 1573 | <YueDisplay> |
1573 | 1574 | ||