summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-14 09:58:43 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-14 09:58:43 +0800
commitf53ccb373efbf6f6f40284111df309e351c2c18f (patch)
treee55b49e8c38a418ea046804f776ebf79cef535a7
parent2c563f0deada6e10b87b71a500ff98d4bdc1ecf6 (diff)
parent2c54137e9775173ec3dd33343c67dc225ded9d35 (diff)
downloadyuescript-f53ccb373efbf6f6f40284111df309e351c2c18f.tar.gz
yuescript-f53ccb373efbf6f6f40284111df309e351c2c18f.tar.bz2
yuescript-f53ccb373efbf6f6f40284111df309e351c2c18f.zip
Merge branch 'master' into pro
* master: Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a92ecd6..ea8b301 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ local _call_4 = _call_3["then"](_call_3, "xyz")
23_call_4["else"](_call_4, res) 23_call_4["else"](_call_4, res)
24``` 24```
25 25
26* Add a compiler flag `reuseVariable` which can help generate reduced Lua codes. For example, when set `reuseVariable` to `true`. Will generate codes from: 26* Add a compiler flag `reuseVariable` which can help generate reduced Lua codes. For example, when set `reuseVariable` to `true`, MoonPlus will generate codes from:
27```Moonscript 27```Moonscript
28with leaf 28with leaf
29 .world 1,2,3 29 .world 1,2,3