RosettaCodeData/Task/Function-composition/Zkl/function-composition-2.zkl
2017-09-25 22:28:19 +02:00

2 lines
99 B
Text

fcn fcomp(f,g,h,etc){
{ fcn(x,hgf){ T(x).pump(Void,hgf.xplode()) }.fp1(vm.arglist.reverse()); }