Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-09 | Add initial support for function calls: $func(a b c) | Boris Kolpackov | 1 | -0/+3 | |
Now it is just a stub that prints the function name and its argument. Currently only single argument can be passed (no value pack support yet). |