6 echo("Hello"," ","world"," !\n");
8 print("Hello","world","!");
10 print("We can print",NULL
,"safely.");
11 NIL
="(hic sunt crocodiles)";
12 print("We can print",NULL
,"safely.");
13 print("* coalesce():");
14 print("We can",coalesce("print","everything"),"almost",coalesce(NULL
,"anything"),"safely.");
15 echo("Surprisingly ->",NIL
," (you can't see this)");
16 print("<- nothing special here.");
20 print("We","Can","Print","Without","Spaces","BetweenArgs.");
22 print("We","can","customize","print.");
27 repeat(4) print((MAYBE
? "Hello" : "Hi"), (MAYBE
? "world" : "friend"), (MAYBE
? "!" : "?"));
28 print("* WHOKNOWS ?");
29 repeat(4) print((WHOKNOWS
? "Hello" : "Hi"), (WHOKNOWS
? "world" : "friend"), (WHOKNOWS
? "!" : "?"));
This page took 0.265763 seconds and 4 git commands to generate.