summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-10 00:24:23 +0000
committerglenda <glenda@cirno>2022-09-10 00:24:23 +0000
commitf5ea447c9c6f1b3ddadc97dcb0057674b4dd0665 (patch)
tree095c90f1893f371c3b196eeb743c844c1ce6b306 /tests
parent0f1552c7a132ed59160a930464e46b2a1a345fa5 (diff)
First step of a programmable session
Diffstat (limited to 'tests')
-rw-r--r--tests/chain.apl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/chain.apl b/tests/chain.apl
index 62bc1a9..af09a2b 100644
--- a/tests/chain.apl
+++ b/tests/chain.apl
@@ -1,6 +1,3 @@
-send←⍈ ⍝ I can't type those easily so give them names
-recv←⍇
-
worker←{
msg←{1 ⍵}recv ⍬
⍵≡⍬: ⎕←'DONE'