websites.factorcode: fix examples usage of <iota>.

factor-shell
John Benediktsson 2018-01-18 15:04:07 -08:00
parent 5b3b4aeafb
commit 8f705b2543
1 changed files with 1 additions and 1 deletions

View File

@ -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