RosettaCodeData/Task/Function-definition/OCaml/function-definition.ocaml
2023-07-01 13:44:08 -04:00

2 lines
61 B
Text

let int_multiply x y = x * y
let float_multiply x y = x *. y