X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fadvanced-hello-world.c;h=4b0985900c707a45e1dd8e48ce1a2112039d8e57;hb=e91cd8804465d035fb231d06874a9e70c7e97f55;hp=07a14b851a91763e7b8a46283dce1f3b48c2e8b7;hpb=005431b86f12649bcb4e2dd230c8ef4d4347cd35;p=svn%2FCll1h%2F.git diff --git a/demos/advanced-hello-world.c b/demos/advanced-hello-world.c index 07a14b8..4b09859 100644 --- a/demos/advanced-hello-world.c +++ b/demos/advanced-hello-world.c @@ -16,6 +16,7 @@ program OFS=":"; print("We","can","customize","print"); OFS="..."; + EOL="<--\n"; print("* MAYBE ?"); repeat(4) print((MAYBE ? "Hello" : "Hi"), (MAYBE ? "world" : "friend"), (MAYBE ? "!" : "?")); print("* WHOKNOWS ?");