Jump to content

Send an unknown method call: Difference between revisions

Added PicoLisp
m (→‎{{header|Ruby}}: It uses "bar".)
(Added PicoLisp)
Line 76:
echo call_user_func(array($example, $name), 5), "\n";
?></lang>
 
=={{header|PicoLisp}}==
This can be done with the '[http://software-lab.de/doc/refS.html#send send]' function.
<lang PicoLisp>(send (expression) Obj arg1 arg2)</lang>
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.