From d3693f4406f3ba6db150655ef9b5935fa05f8156 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Mon, 16 May 2022 16:30:28 +0000 Subject: Update demos --- tests/demo2.apl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/demo2.apl (limited to 'tests/demo2.apl') 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 -- cgit v1.2.3