diff options
author | Li Jin <dragon-fly@qq.com> | 2025-05-22 09:43:21 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-05-22 09:43:21 +0800 |
commit | 7bf2832d653027932fd845ba1462dd385ac32ab8 (patch) | |
tree | 2a238de623167c9af7947eb4ae4c1478f0bf92a0 | |
parent | a8926771f1ae025d7bb7d39a33effa92b49393cc (diff) | |
download | yuescript-7bf2832d653027932fd845ba1462dd385ac32ab8.tar.gz yuescript-7bf2832d653027932fd845ba1462dd385ac32ab8.tar.bz2 yuescript-7bf2832d653027932fd845ba1462dd385ac32ab8.zip |
Updated docs. [skip CI]
-rwxr-xr-x | doc/docs/doc/README.md | 1 | ||||
-rwxr-xr-x | doc/docs/zh/doc/README.md | 1 |
2 files changed, 2 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 | ||
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md index c106ad5..2968f6e 100755 --- a/doc/docs/zh/doc/README.md +++ b/doc/docs/zh/doc/README.md | |||
@@ -1567,6 +1567,7 @@ print "我有#{math.random! * 100}%的把握。" | |||
1567 | ```moonscript | 1567 | ```moonscript |
1568 | integer = 1_000_000 | 1568 | integer = 1_000_000 |
1569 | hex = 0xEF_BB_BF | 1569 | hex = 0xEF_BB_BF |
1570 | binary = 0B10011 | ||
1570 | ``` | 1571 | ``` |
1571 | <YueDisplay> | 1572 | <YueDisplay> |
1572 | 1573 | ||