Skip to content

Commit 7bf2832

Browse files
committed
Updated docs. [skip CI]
1 parent a892677 commit 7bf2832

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

doc/docs/doc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ You can use underscores in a number literal to increase readability.
15681568
```moonscript
15691569
integer = 1_000_000
15701570
hex = 0xEF_BB_BF
1571+
binary = 0B10011
15711572
```
15721573
<YueDisplay>
15731574

doc/docs/zh/doc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,7 @@ print "我有#{math.random! * 100}%的把握。"
15671567
```moonscript
15681568
integer = 1_000_000
15691569
hex = 0xEF_BB_BF
1570+
binary = 0B10011
15701571
```
15711572
<YueDisplay>
15721573

0 commit comments

Comments
 (0)