diff options
Diffstat (limited to 'spec/inputs/plus.moon')
-rw-r--r-- | spec/inputs/plus.moon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon new file mode 100644 index 0000000..fdca8be --- /dev/null +++ b/spec/inputs/plus.moon | |||
@@ -0,0 +1,7 @@ | |||
1 | |||
2 | func a\do!\end("OK")\if "abc",123 | ||
3 | |||
4 | res = b.function\do!\while("OK")\if "def",998 | ||
5 | |||
6 | c.repeat.if\then("xyz")\else res | ||
7 | |||