aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/existential.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/existential.moon')
-rw-r--r--spec/inputs/existential.moon8
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 @@
1if {:x} = a?.if?\then?(123)? @?\function 998
2 print x
3
4with abc?!\func?!
5 if \p? "abc"
6 return 123
7
8@?\func 998