even more advanced hello world
[svn/Cll1h/.git] / demos / advanced-hello-world.c
CommitLineData
5a5eb547 1#include "cll1.h"
2
3program
4{
21720b7b 5 echo("Hello ",NULL," ","world"," ! ");
6 print("Hello", "world",NULL,"!");
7
de48beef 8 repeat(4) print((MAYBE ? "Hello" : "Hi"), (MAYBE ? "world" : "friend"), (MAYBE ? "!" : "?"));
9 repeat(4) print((WHOKNOWS ? "Hello" : "Hi"), (WHOKNOWS ? "world" : "friend"), (WHOKNOWS ? "!" : "?"));
5a5eb547 10}
This page took 0.128588 seconds and 4 git commands to generate.