Christopher Allan Webber d98e4fd733 Implement keyword argument passing... (foo-func 1 2 :kw1 "bar") works!
This code is heavily, *heavily* based off of Guillermo Vaya
(willyfrog)'s work... instead of defining its own keyword arg though, it
uses the "standard" :kwarg type, which is the main difference from
willyfrog's original branch.

Included tests and some documentation in the tutorial.

Also documented "apply" separately as an example of reproducing
*args and **kwargs.
2014-12-23 14:07:02 -06:00
..
2014-10-09 21:28:33 +05:30
2014-05-02 21:31:51 +05:30
2014-11-01 16:07:39 -05:00
2014-12-06 21:15:59 +02:00
2014-10-10 09:45:31 -04:00