summaryrefslogtreecommitdiff
path: root/tests/demo2.apl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/demo2.apl')
-rw-r--r--tests/demo2.apl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/demo2.apl b/tests/demo2.apl
new file mode 100644
index 0000000..f16c524
--- /dev/null
+++ b/tests/demo2.apl
@@ -0,0 +1,8 @@
+spam←{ ⍈∘⍵¨?⍨⍺ }
+
+recvEven←{
+ {
+ 0=⌊2|⍵:1 ⍵
+ 0
+ }⍇⍵
+} \ No newline at end of file