3 lines
37 B
Text
3 lines
37 B
Text
|
|
(let multiply (fun (a b)
|
||
|
|
(* a b)))
|