Skip to content

Instantly share code, notes, and snippets.

@cohalz
Last active January 3, 2016 18:19
Show Gist options
  • Save cohalz/8501444 to your computer and use it in GitHub Desktop.
Save cohalz/8501444 to your computer and use it in GitHub Desktop.
let string_of_doll doll =
let rate = 114.32 in
let yen = doll *. rate in
string_of_float(doll) ^ "dollars are " ^ string_of_float(yen) ^ " yen. "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment