summaryrefslogtreecommitdiff
path: root/test.pez
diff options
context:
space:
mode:
Diffstat (limited to 'test.pez')
-rw-r--r--test.pez7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.pez b/test.pez
index b6dcd8c..47a59ae 100644
--- a/test.pez
+++ b/test.pez
@@ -34,4 +34,11 @@ printf["%a == %a\n", m[3,7], 3^7]
acc
}
+
printf["4+1+3: %a\n", add[4,1,3]]
+
+@gather: {[*]
+ SEL[*]
+}
+
+printf["test %a\n", gather[-1, (), 'x]]