worker←{ msg←{1}⍇0 ⎕←'Worker id ',(⍕⎕self),' got message: ',(⍕msg),' forwarding to ',⍕⍵ ⍵≡⍬: ⎕←'DONE' msg⍈⍵ } last←worker&⍣25⊢⍬ _←'Hello there'⍈last