RosettaCodeData/Task/Function-definition/SETL/function-definition.setl

4 lines
51 B
Plaintext

proc multiply( a, b );
return a * b;
end proc;