RosettaCodeData/Task/Function-definition/OpenEdge-Progress/function-definition.openedge
2023-07-01 13:44:08 -04:00

3 lines
76 B
Text

function multiply returns dec (a as dec , b as dec ):
return a * b .
end.