For local variables : yes.
But it won't work with module variables.

You can write :

1
2
3
4
5
module Foo =
  do
    let k = 1
    let k = 2
    ()

but not

1
2
3
4
module Foo =
  let k = 1
  let k = 2
  //...
By on 6/2/2009 9:36 AM ()

Ok. I get it.

By on 6/2/2009 9:55 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper