print and echo can now skip NULL strings...
[svn/Cll1h/.git] / demos / hello.c
index b59bc77fa347e398e0cfcfc5e616c3616bcfa750..17135333fca1d3108dfb2b8c3fb7908aef447f0b 100644 (file)
@@ -2,6 +2,6 @@
 
 program
 {
- echo("Hello ","world","! ");
- print("Hello ","world","!");
+ echo("Hello ","world",NULL,"! ");
+ print("Hello ",NULL,"world","!");
 }
This page took 0.129538 seconds and 4 git commands to generate.