RosettaCodeData/Task/Function-definition/OpenEdge-Progress/function-definition.openedge
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
76 B
Text

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