4 lines
94 B
Text
4 lines
94 B
Text
let multiply(a, b) = valof
|
|
$( // any imperative statements could go here
|
|
resultis a * b
|
|
$)
|