]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/styles/styles-docs.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / io / styles / styles-docs.factor
index 1cffdf853214140342d89d013280cafb918d7954..ecc72ae65bf9532d9bba19524187bbe12f583621 100644 (file)
@@ -206,7 +206,7 @@ HELP: foreground
 { $examples
     { $code
         "USING: colors.gray io.styles hashtables sequences kernel math ;"
-        "10 iota ["
+        "10 <iota> ["
         "    \"Hello world\\n\""
         "    swap 10 / 1 <gray> foreground associate format"
         "] each"
@@ -218,7 +218,7 @@ HELP: background
 { $examples
     { $code
         "USING: colors hashtables io io.styles kernel math sequences ;"
-        "10 iota ["
+        "10 <iota> ["
         "    \"Hello world\\n\""
         "    swap 10 / 1 over - over 1 <rgba>"
         "    background associate format"