Ajout du let in.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
let x=3 in (let y=x+2 in x+y)
|
||||
@@ -0,0 +1 @@
|
||||
4+5+(prInt 42+1)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
let x=3 in (let y=x+2 in x+y)
|
||||
@@ -0,0 +1 @@
|
||||
4+5+(prInt 42+1)
|
||||