5 lines
55 B
OCaml
5 lines
55 B
OCaml
let add a b = a + b;;
|
|
|
|
let failure = a+ b;;
|
|
|
|
add 3 4;;
|