================================================================================ $$Include 1 ------------------------------ $$Include{tests/t1Include2.txt} ------------------------------ Hello sailor My name is Wumpus ------------------------------ ================================================================================ $$Include 2 ------------------------------ $$Include{tests/t1Include3.txt} ------------------------------ ------------------------------ Unable to read file tests/t1Include3.txt ================================================================================ $$IngestFile 1 ------------------------------ $$IngestFile{fred | tests/ingest/fred.txt} $$DebugSpewVariable{fred} ------------------------------ --- Start spew --- ::default:: Default1 Default2 ::name:: Fred Wumbleton --- End spew --- ------------------------------ ================================================================================ $$IngestFile 2 ------------------------------ $$IngestFile{fred | tests/t1Ingest2.txt} ------------------------------ ------------------------------ Unable to read file tests/t1Ingest2.txt ================================================================================ $$IngestDirectory 1 ------------------------------ $$IngestDirectory{tests/ingest} $$DebugSpewVariable{fred} $$DebugSpewVariable{alex} ------------------------------ --- Start spew --- ::default:: Default1 Default2 ::name:: Fred Wumbleton --- End spew --- --- Start spew --- ::default:: Alex is just this person, you know? ::name:: Alex ::title:: Chief Wumper --- End spew --- ------------------------------ ================================================================================ $$IngestDirectory 2 ------------------------------ $$IngestDirectory{tests/ingest2} ------------------------------ ------------------------------ Error reading tests/ingest2 ================================================================================ $$ForEach 1 ------------------------------ $$ForEach{{ |.var person |.source Alex Blair Chris Dee |.do Hello, $$person{}! }} ------------------------------ Hello, Alex! Hello, Blair! Hello, Chris! Hello, Dee! ------------------------------ ================================================================================ $$FilesInDirectory ------------------------------ $$FilesInDirectory{tests/ingest} $$FilesInDirectory{tests/ingest2} ------------------------------ alex.txt fred.txt ------------------------------ Error reading tests/ingest2 ================================================================================ $$ForEach 1 ------------------------------ $$ForEach{{ |.var person |.source Alex Blair Chris Dee |.do Hello, $$person{}! }} ------------------------------ Hello, Alex! Hello, Blair! Hello, Chris! Hello, Dee! ------------------------------ ================================================================================ $$ForEach 2 ------------------------------ $$ForEach{{ |.source Alex Blair Chris Dee |.do Hello, $$var{}! How's it going? }} ------------------------------ Hello, Alex! How's it going? Hello, Blair! How's it going? Hello, Chris! How's it going? Hello, Dee! How's it going? ------------------------------ ================================================================================