diff options
Diffstat (limited to 'spec/inputs/existential.moon')
-rw-r--r-- | spec/inputs/existential.moon | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/existential.moon b/spec/inputs/existential.moon new file mode 100644 index 0000000..97e8de0 --- /dev/null +++ b/spec/inputs/existential.moon | |||
@@ -0,0 +1,8 @@ | |||
1 | if {:x} = a?.if?\then?(123)? @?\function 998 | ||
2 | print x | ||
3 | |||
4 | with abc?!\func?! | ||
5 | if \p? "abc" | ||
6 | return 123 | ||
7 | |||
8 | @?\func 998 | ||