Ajout du let in.

This commit is contained in:
2022-01-24 18:18:27 +01:00
parent 101555a3d3
commit 559245f1c5
7 changed files with 26 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
let x=3 in (let y=x+2 in x+y)
+1
View File
@@ -0,0 +1 @@
4+5+(prInt 42+1)