4 lines
52 B
Forth
4 lines
52 B
Forth
|
|
let mutable x = "foo"
|
||
|
|
x <- x + "bar"
|
||
|
|
printfn "%s" x
|