Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let foo t =
- if t = true then
- let a = 1 and
- b = 2 in
- else
- let a = 3 and
- b = 4 in
- Printf.printf "%d %d\n" a b;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement