updated to AM14, AM15
[fleet.git] / contrib / demo.fleet
1 #include "contrib/demo.ships"
2
3 0:          sendto alu2.a;
4 1:          sendto alu2.b;
5 2:          sendto alu2.b;
6 3:          sendto alu2.b;
7
8 0:          sendto alu2.op;
9 alu2.op:
10   take;
11   [*] deliver;
12
13 alu2.out:
14   [*r] take, sendto debug.data;
15   [*r]       sendto alu2.a;
16
17 alu2.a:     [*] take, deliver;
18 alu2.b:     [*] take, deliver;
19
20 debug.data: [*] take, deliver;