RosettaCodeData/Task/Function-definition/PHL/function-definition.phl
2023-07-01 13:44:08 -04:00

3 lines
61 B
Text

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