diff options
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' |