NCC clean newCell
[fleet.git] / contrib / demo.fleet
1 #ship debug    : Debug
2 #ship iscratch : Iscratch
3
4 BOB:             sendto iscratch.inCBD;
5 iscratch.inCBD:  [*] take, deliver;
6 debug.in:        [*] take, deliver;
7
8 BOB: {
9   12:           sendto debug.in;
10   13:           sendto debug.in;
11   14:           sendto debug.in;
12   BOB:          sendto iscratch.inCBD;
13 }
14