RosettaCodeData/Task/Function-definition/NESL/function-definition.nesl
2023-07-01 13:44:08 -04:00

1 line
33 B
Text

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