4 lines
57 B
Text
4 lines
57 B
Text
|
|
fp.multiply = ($a, $b) -> {
|
||
|
|
return parser.op($a * $b)
|
||
|
|
}
|