I think this finally implements arguments to functions

This closes #18.
This commit is contained in:
Tyler Akins
2017-11-03 16:34:08 -05:00
parent ab5dfee519
commit a5ec7dd740
4 changed files with 66 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
No args: {{testArgs}} - done
One arg: {{testArgs one}} - done
Getting name in a string: {{testArgs "The name is $name"}} - done
Reverse this: {{#pipeTo rev}}abcde{{/pipeTo}}