diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-24 10:19:30 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-24 10:19:30 +0800 |
commit | 2447d158241aeaaf9c0b1ab21a08db7a40e5cef3 (patch) | |
tree | a8c17610aae77e61ee713b090546e3ae7d35f967 /README.md | |
parent | 14d7e02285857226e26288c1ac83a14eb4fbd478 (diff) | |
download | yuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.tar.gz yuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.tar.bz2 yuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.zip |
add goto statement support.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ f! | |||
42 | 42 | ||
43 | The original Moonscript language 0.5.0 support can be found in the `0.5.0` branch. Moonscript with new features is in the master branch. Here are the new features introduced in MoonPlus. | 43 | The original Moonscript language 0.5.0 support can be found in the `0.5.0` branch. Moonscript with new features is in the master branch. Here are the new features introduced in MoonPlus. |
44 | 44 | ||
45 | * Add goto statement support. | ||
46 | |||
45 | * Add macro functions. | 47 | * Add macro functions. |
46 | ```Moonscript | 48 | ```Moonscript |
47 | -- file 'macro.moon' | 49 | -- file 'macro.moon' |