X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=contrib%2Fdemo.fleet;h=8f8c514783d8f0033214fcbe2322c760f48e040b;hb=daa7ab3d282553b18a61333a3d122813212939e2;hp=e926afb1464ecc654562501e35d0825ea15d0646;hpb=001225f0c21ce9dc476b89d3c77563f1bd1c4c2c;p=fleet.git diff --git a/contrib/demo.fleet b/contrib/demo.fleet index e926afb..8f8c514 100644 --- a/contrib/demo.fleet +++ b/contrib/demo.fleet @@ -1,20 +1,14 @@ -#include "contrib/demo.ships" +#ship debug : Debug +#ship iscratch : Iscratch -0: sendto alu2.a; -1: sendto alu2.b; -2: sendto alu2.b; -3: sendto alu2.b; +BOB: sendto iscratch.inCBD; +iscratch.inCBD: [*] take, deliver; +debug.in: [*] take, deliver; -0: sendto alu2.op; -alu2.op: - take; - [*] deliver; +BOB: { + 12: sendto debug.in; + 13: sendto debug.in; + 14: sendto debug.in; + BOB: sendto iscratch.inCBD; +} -alu2.out: - [*r] take, sendto debug.data; - [*r] sendto alu2.a; - -alu2.a: [*] take, deliver; -alu2.b: [*] take, deliver; - -debug.data: [*] take, deliver;