Skip to content

Instantly share code, notes, and snippets.

@Rickasaurus
Last active August 29, 2015 13:57
Show Gist options
  • Save Rickasaurus/9474778 to your computer and use it in GitHub Desktop.
Save Rickasaurus/9474778 to your computer and use it in GitHub Desktop.
Fun with let
let y =
let x = 10
x * 10
let timesTen y =
let x = 10 in y * x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment