X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=contrib%2Fdemo.fleet;h=8f8c514783d8f0033214fcbe2322c760f48e040b;hb=daa7ab3d282553b18a61333a3d122813212939e2;hp=bd4377e096fd147758b9570cd12c1d0e75e7560b;hpb=4ed2ed434035d5cf9ce89ed8f9e86eec76defeeb;p=fleet.git diff --git a/contrib/demo.fleet b/contrib/demo.fleet index bd4377e..8f8c514 100644 --- a/contrib/demo.fleet +++ b/contrib/demo.fleet @@ -1,13 +1,14 @@ -#include "contrib/demo.ships" +#ship debug : Debug +#ship iscratch : Iscratch -BOB: sendto icache.cbd; -icache.cbd: [*] take, deliver; -debug.data: [*] take, deliver; +BOB: sendto iscratch.inCBD; +iscratch.inCBD: [*] take, deliver; +debug.in: [*] take, deliver; BOB: { - 12: sendto debug.data; - 13: sendto debug.data; - 14: sendto debug.data; - BOB: sendto icache.cbd; + 12: sendto debug.in; + 13: sendto debug.in; + 14: sendto debug.in; + BOB: sendto iscratch.inCBD; }