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

1 line
33 B
Text

fcn(x,y){x*y}(4.5,3) // --> 13.5