aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-xdoc/docs/doc/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 1142fc3..502f7b6 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -1517,10 +1517,12 @@ You can also declare a global variable to be `const`.
1517 1517
1518```moonscript 1518```moonscript
1519global const Constant = 123 1519global const Constant = 123
1520-- Constant = 1
1520``` 1521```
1521<YueDisplay> 1522<YueDisplay>
1522<pre> 1523<pre>
1523global const Constant = 123 1524global const Constant = 123
1525-- Constant = 1
1524</pre> 1526</pre>
1525</YueDisplay> 1527</YueDisplay>
1526 1528