second massive overhaul of slipway; now it works on all ps1 problems
[fleet.git] / contrib / demo.fleet
1 #include "contrib/demo.ships"
2
3 debug.data: [*] take, deliver;
4
5 1:       sendto alu2.a;
6 1:        sendto alu2.b;
7 0:        sendto alu2.op;
8 0:        sendto alu2.op;
9 0:        sendto alu2.op;
10 0:        sendto alu2.op;
11
12 alu2.out:
13    take;
14    [2]   sendto alu2.a;
15    [2]   sendto alu2.b;
16    take, sendto alu2.a;
17    take, sendto alu2.b;
18    take, sendto debug.data;
19
20 alu2.op: [*] take, deliver;
21 alu2.a:  [*] take, deliver;
22 alu2.b:  [*] take, deliver;
23
24