5 lines
No EOL
67 B
Text
5 lines
No EOL
67 B
Text
let x : mut<int> = ref (0)
|
|
|
|
let main : int =
|
|
x := "bar";
|
|
!x |