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