Test output for advice [ok]
Testing time: 8s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- testing ------------------------------------------------------------------ (receive (foo 33)) ................................................... bing: (33) --> oink #2: (33) --> oink #1: (34) foo: 35 <-- oink #1 <-- oink #2 bong: (35 70) [ PASS] (receive (foo 100)) .................................................. bing: (100) --> oink #2: (100) --> oink #1: (101) foo: 102 <-- oink #1 <-- oink #2 [ PASS] (receive (foo 3)) .................................................... bing: (3) foo: 3 [ PASS] (receive (foo 9)) .................................................... foo: 9 [ PASS] 4 tests completed in 0.002 seconds. 4 out of 4 (100%) tests passed. -- done testing -------------------------------------------------------------