RosettaCodeData/Task/Function-definition/Lang/function-definition-2.lang

2 lines
52 B
Plaintext

fp.multiply = ($a, $b) -> return parser.op($a * $b)