]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads-docs.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / threads / threads-docs.factor
index 94e03064d6082541818e056b5ff672648334b36e..43b7e8e61a014d966933a272cec181bb6b1bb066 100644 (file)
@@ -184,7 +184,7 @@ $nl
     ! Don't use $example below: it won't pass help-lint.
     { $code
       "USING: math.parser threads ;"
-      "[ 10 iota [ number>string write nl yield ] each ] \"test\" spawn drop"
+      "[ 10 <iota> [ number>string write nl yield ] each ] \"test\" spawn drop"
       "10 [ yield ] times"
       "0"
       "1"