diff options
Diffstat (limited to 'tests/demo2.apl')
-rw-r--r-- | tests/demo2.apl | 8 |
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 |