performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / advanced-hello-world.c
index 07a14b851a91763e7b8a46283dce1f3b48c2e8b7..32a2be3a5386af6b905de4e968efeb92d7c1b5ab 100644 (file)
@@ -13,9 +13,14 @@ program
  print("* coalesce():"); 
  print("We can",coalesce("print","everything"),coalesce(NULL,"everything"),"safely."); 
  print("* OFS");
+ OFS="";
+ EOL="";
+ print("We","Can","Print","Without","Spaces","BetweenArgs.");
  OFS=":";
- print("We","can","customize","print");
+ print("We","can","customize","print.");
  OFS="...";
+ EOL="<--\n";
+ print("");
  print("* MAYBE ?");
  repeat(4) print((MAYBE ? "Hello" : "Hi"), (MAYBE ? "world" : "friend"), (MAYBE ? "!" : "?"));
  print("* WHOKNOWS ?");
This page took 0.097111 seconds and 4 git commands to generate.