diff options
Diffstat (limited to 'doc/docs/zh/doc/README.md')
-rwxr-xr-x | doc/docs/zh/doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||