RosettaCodeData/Task/Function-definition/Zkl/function-definition-2.zkl
2023-07-01 13:44:08 -04:00

1 line
33 B
Text

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