update to new AM37 syntax
[fleet.git] / ships / Rotator.ship
index c6661c4..e12cddc 100644 (file)
@@ -77,10 +77,10 @@ public void service() {
 #ship debug        : Debug
 #ship rotator      : Rotator
 
-rotator.in:         literal 1; deliver; literal 21615257152;  deliver;
-rotator.inAmount:   literal 1; deliver; literal 20;           deliver;
-rotator.out:        [*] take, sendto debug.in;
-debug.in:           [*] take, deliver;
+rotator.in:         set word= 1; deliver; set word= 21615257152;  deliver;
+rotator.inAmount:   set word= 1; deliver; set word= 20;           deliver;
+rotator.out:        set ilc=*;  collect, send to debug.in;
+debug.in:           set ilc=*;  recv, deliver;
 
 
 == Contributors =========================================================