RosettaCodeData/Task/Function-definition/NESL/function-definition.nesl
2016-12-05 23:44:36 +01:00

1 line
33 B
Text

function multiply(x, y) = x * y;