make api.Destination a class rather than an interface
[fleet.git] / contrib / demo.f0
index a7946f5..824f9e6 100644 (file)
@@ -11,6 +11,9 @@ main(x -> out) =
   ;;
   fifo2.out   --> alu.inOp, alu.in1, alu.in2
   alu.out     --> debug.in
+  while alu.out > 3 {
+    3 --> debug.in
+  }
 
 /*
 double(a -> out) =