RosettaCodeData/Task/Function-definition/PHL/function-definition.phl
2016-12-05 23:44:36 +01:00

3 lines
61 B
Text

@Integer multiply(@Integer a, @Integer b) [
return a * b;
]