websites.factorcode: adding a happy birthday example.

John Benediktsson 2012-06-18 17:43:32 -07:00
parent ab2c150363
commit b523463599
1 changed files with 6 additions and 0 deletions

View File

@ -55,3 +55,9 @@ USING: inspector io.files.info io.pathnames system tools.files ;
home directory.
home file-system-info free-space>> .
image file-info describe
----
USING: io kernel sequences ;
4 iota [
"Happy Birthday " write 2 = "dear NAME" "to You" ? print
] each ;