28th Oct 2009
let display message =
printfn "%s" (message.ToString())
let powerOf x y = x ** y
let powerOf2RaisedBy = powerOf 2.0
[<EntryPoint>]
let main(args) =
display (powerOf2RaisedBy 3.0)
0
This entry was posted
on Wednesday, October 28th, 2009 at 1:07 am and is filed under .NET, F#, Technical.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply