]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/zeromq/examples/tasksink.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / zeromq / examples / tasksink.factor
index 9741b75cd47f5e9dc03ddf1bea94740963176054..1e4e225e7170b22ebaad52ed9e8ba2e49c9e3884 100644 (file)
@@ -14,7 +14,7 @@ IN: zeromq.examples.tasksink
         ! Start our clock now
         now
         ! Process 100 confirmations
-        100 iota [
+        100 <iota> [
             pick 0 zmq-recv drop
             10 rem zero? [ ":" ] [ "." ] if write flush
         ] each