Compare commits
2 Commits
949cfc5a23
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| caa964cc99 | |||
| de2948a44a |
@@ -1,5 +1,6 @@
|
|||||||
# Умножение: общий случай
|
# Умножение: общий случай
|
||||||
## Ссылка на видеоразбор
|
## Ссылка на видеоразбор
|
||||||
|
https://youtu.be/NKhwfK0PurY
|
||||||
## Код из книги
|
## Код из книги
|
||||||
let real_mul x y n =
|
let real_mul x y n =
|
||||||
let n2 = n + 2 in
|
let n2 = n + 2 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*2 in
|
||||||
let _ = y1 <- y1+1 in
|
let _ = y1 <- y1+1 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 = []
|
let mutable x = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user