3 lines
66 B
Text
3 lines
66 B
Text
|
|
fcn multiply{vm.arglist.reduce('*)}
|
||
|
|
multiply(1,2,3,4,5) //--> 120
|