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