RosettaCodeData/Task/Function-composition/Zkl/function-composition-2.zkl
2023-07-01 13:44:08 -04: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()); }