Compare commits

...

2 Commits

3 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
# Умножение: общий случай
## Ссылка на видеоразбор
https://youtu.be/NKhwfK0PurY
## Код из книги
let real_mul x y n =
let n2 = n + 2 in

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+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 = []