Последовательность вычислений и Работа с системой типов

This commit is contained in:
2022-05-16 01:17:18 +03:00
parent de2948a44a
commit caa964cc99
2 changed files with 2 additions and 6 deletions

View File

@@ -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*2 in
let _ = y1 <- y1+1 in let _ = y1 <- y1+1 in
let _ = y1 <- y1+1 in let _ = y1 <- y1+1 in

View File

@@ -1,5 +1,4 @@
// For more information see https://aka.ms/fsharp-console-apps module kolok
module kolok
let mutable x = [] let mutable x = []