RosettaCodeData/Task/Function-definition/Pop11/function-definition.pop11

4 lines
44 B
Plaintext

define multiply(a, b);
a * b
enddefine;