websites.factorcode: adding a happy birthday example.

db4
John Benediktsson 2012-06-18 17:43:32 -07:00
parent 752b5c6887
commit 0e66aa5d9b
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 ;