Finish last project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
let f(x) {
|
||||
x = 1
|
||||
} in if (( x = f(1)) == 1) then 1 else 0
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
let f(x) {
|
||||
x = 1
|
||||
} in if (( x = f(1)) == 1) then 1 else 0
|
||||