cours/coconut fonctions lambda.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

171 B

up:: coconut-lang #s/informatique

La syntaxe des fonctions lambda est améliorée

lambda x: 4 * x   # multiplication par 4
(x -> 4 * x)  # même chose