2 lines
51 B
Text
2 lines
51 B
Text
val .multiply = fn(.x, .y) .x * .y
|
|
.multiply(3, 4)
|
val .multiply = fn(.x, .y) .x * .y
|
|
.multiply(3, 4)
|