X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=contrib%2Fdemo.fleet;h=8f8c514783d8f0033214fcbe2322c760f48e040b;hb=4dc64aafb98dcd1e93025a96c08c25616e40920d;hp=7e17550439b9b8b461834e470bc261d5d675b5ee;hpb=e4e2abdbfa928b3348ec78d99d4389cff7ef9888;p=fleet.git diff --git a/contrib/demo.fleet b/contrib/demo.fleet index 7e17550..8f8c514 100644 --- a/contrib/demo.fleet +++ b/contrib/demo.fleet @@ -1,16 +1,14 @@ -#include "contrib/demo.ships" +#ship debug : Debug +#ship iscratch : Iscratch -10: sendto alu2.a; -2: sendto alu2.b; -0: sendto alu2.op; -0: sendto alu2.op; -0: sendto alu2.op; -0: sendto alu2.op; -alu2.out: - take; - [2] sendto alu2.a; - [2] sendto alu2.b; - take, sendto alu2.a; - take, sendto alu2.b; - take, ack debug.data; +BOB: sendto iscratch.inCBD; +iscratch.inCBD: [*] take, deliver; +debug.in: [*] take, deliver; + +BOB: { + 12: sendto debug.in; + 13: sendto debug.in; + 14: sendto debug.in; + BOB: sendto iscratch.inCBD; +}