git @ Cat's Eye Technologies Illgol-Grand-Mal / master 2. Illgola-2 / prj / i2pptest.txt
master

Tree @master (Download .tar.gz)

i2pptest.txt @masterraw · history · blame

NB Test of the preprocessor ONLY.

DEFINE test      = bar
DEFINE foo(x)    = "The x is good today!"
DEFINE bar(x,y)  = "But the x with y is even better."

DEFINE recurse(CDR=x) = Hello, recurse(x)!

foo(duck soup);
test(spam,white wine sauce);

"recurse(world)";