Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

f sharp global variable

let mutable t = 0

let first =
    t <- 1 + 1
    //other stuff

let second = 
    //can use t here and it will have a value of 2
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sharp #global #variable
ADD COMMENT
Topic
Name
7+4 =