websites.factorcode: fix examples usage of <iota>.
parent
5b3b4aeafb
commit
8f705b2543
|
@ -58,6 +58,6 @@ image-path file-info describe
|
||||||
----
|
----
|
||||||
USING: io kernel sequences ;
|
USING: io kernel sequences ;
|
||||||
|
|
||||||
4 iota [
|
4 <iota> [
|
||||||
"Happy Birthday " write 2 = "dear NAME" "to You" ? print
|
"Happy Birthday " write 2 = "dear NAME" "to You" ? print
|
||||||
] each
|
] each
|
||||||
|
|
Loading…
Reference in New Issue