diff options
author | glenda <glenda@cirno> | 2022-09-10 00:24:23 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-10 00:24:23 +0000 |
commit | f5ea447c9c6f1b3ddadc97dcb0057674b4dd0665 (patch) | |
tree | 095c90f1893f371c3b196eeb743c844c1ce6b306 /tests | |
parent | 0f1552c7a132ed59160a930464e46b2a1a345fa5 (diff) |
First step of a programmable session
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chain.apl | 3 |
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' |