print and echo can now skip NULL strings...
[svn/Cll1h/.git] / demos / hello.c
1 #include "cll1.h"
2
3 program
4 {
5 echo("Hello ","world",NULL,"! ");
6 print("Hello ",NULL,"world","!");
7 }
This page took 0.221718 seconds and 4 git commands to generate.