even more advanced hello world
[svn/Cll1h/.git] / demos / advanced-hello-world.c
index 0c166659e4eefe610f379ae802ef95b5d622be32..e855e5e9d2894a8a29bf38d287dc9fe800ea7ebb 100644 (file)
@@ -5,5 +5,6 @@ program
  echo("Hello ",NULL," ","world","  ! ");
  print("Hello", "world",NULL,"!");
  
- print(MAYBE ? "Hello" : "Hi", WHOKNOWS ? "world" : "friend", MAYBE ? "!" : "?");
+ repeat(4) print((MAYBE ? "Hello" : "Hi"), (MAYBE ? "world" : "friend"), (MAYBE ? "!" : "?"));
+ repeat(4) print((WHOKNOWS ? "Hello" : "Hi"), (WHOKNOWS ? "world" : "friend"), (WHOKNOWS ? "!" : "?"));
 }
This page took 0.08975 seconds and 4 git commands to generate.