update
This commit is contained in:
8
coconut fonctions lambda.md
Normal file
8
coconut fonctions lambda.md
Normal file
@@ -0,0 +1,8 @@
|
||||
up:: [[coconut-lang]]
|
||||
#informatique
|
||||
|
||||
La syntaxe des fonctions lambda est améliorée
|
||||
```python
|
||||
lambda x: 4 * x # multiplication par 4
|
||||
(x -> 4 * x) # même chose
|
||||
```
|
Reference in New Issue
Block a user