diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chain.apl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chain.apl b/tests/chain.apl index aeeab52..b825bbb 100644 --- a/tests/chain.apl +++ b/tests/chain.apl @@ -1,5 +1,5 @@ worker←{ - msg←1⍨⍇0 + msg←{1 ⍵}⍇⍬ ⍵≡⍬: ⎕←'DONE' ⎕←'Worker id ',(⍕⎕self),' got message: ',(⍕msg) ⎕←'Forwarding from ',(⍕⎕self), ' to ',⍕⍵ |