Последовательность вычислений и Работа с системой типов
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
// For more information see https://aka.ms/fsharp-console-apps
|
||||
|
||||
|
||||
let mutable y1 = 1
|
||||
let mutable y1 = 1
|
||||
let _ = y1 <- y1*2 in
|
||||
let _ = y1 <- y1+1 in
|
||||
let _ = y1 <- y1+1 in
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// For more information see https://aka.ms/fsharp-console-apps
|
||||
module kolok
|
||||
module kolok
|
||||
|
||||
let mutable x = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user