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