summaryrefslogtreecommitdiff
path: root/tests/demo2.apl
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 16:30:28 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 16:30:28 +0000
commitd3693f4406f3ba6db150655ef9b5935fa05f8156 (patch)
tree05f922732a2d4537294c4af161494e4b19791f22 /tests/demo2.apl
parent60f286cb434bd67bb1af67823ae16afa460d8f48 (diff)
Update demos
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