RosettaCodeData/Task/Function-definition/Lang/function-definition-5.lang
2023-07-01 13:44:08 -04:00

3 lines
105 B
Text

fp.multiply = ($[a], $[b]) -> {
return parser.op($*a * $*b) # Pointers can be dereferenced by using *
}