RosettaCodeData/Task/Function-definition/NESL/function-definition.nesl

2 lines
33 B
Plaintext

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