aboutsummaryrefslogtreecommitdiff
path: root/tests/function/call/test.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-3/+0
Note that multi-argument functions are not yet "callable" since there is no support for value packs.
2016-06-18Port to MinGWKaren Arutyunov1-1/+1
2016-04-02Add attribute syntax infrastructureBoris Kolpackov1-1/+1
2015-09-09Add initial support for function calls: $func(a b c)Boris Kolpackov1-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).