diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-13 23:27:08 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-13 23:27:08 +0800 |
commit | d0583829535462a070e7ae90c6ea13f14244d060 (patch) | |
tree | c91ae39e36319298a0354bcea59117301b216cae | |
parent | e3183366f6048d93e5a6df1868fc60df75447168 (diff) | |
download | yuescript-d0583829535462a070e7ae90c6ea13f14244d060.tar.gz yuescript-d0583829535462a070e7ae90c6ea13f14244d060.tar.bz2 yuescript-d0583829535462a070e7ae90c6ea13f14244d060.zip |
update readme.
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,7 +31,11 @@ print(moonp.to_lua[[ | |||
31 | f = -> | 31 | f = -> |
32 | print "hello world" | 32 | print "hello world" |
33 | f! | 33 | f! |
34 | ]]) | 34 | ]],{ |
35 | implicit_return_root = true, | ||
36 | reserve_line_number = false, | ||
37 | lint_global = false | ||
38 | }) | ||
35 | ``` | 39 | ``` |
36 | 40 | ||
37 | ## Changes | 41 | ## Changes |