RosettaCodeData/Task/Function-definition/OASYS/function-definition.oasys

4 lines
51 B
Plaintext

method int multiply int x int y {
return x * y
}