Created
August 3, 2011 10:08
-
-
Save rojepp/1122319 to your computer and use it in GitHub Desktop.
Test snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* Test embedding in blogger... *) | |
let add x y = x + y | |
let add1 = add 1 | |
let result = add1 2 | |
printfn "%d" result | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment