cours/coconut fonctions lambda.md
Oscar Plaisant bb9f9102c9 update
2024-03-13 11:36:31 +01:00

169 B

up:: coconut-lang #informatique

La syntaxe des fonctions lambda est améliorée

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