|
|
|
|
|
by jcelerier
2238 days ago
|
|
care to detail how do
x <- a
y <- b
return (f x y)
isn't basically imperative syntax ?
hint: if you can get from it to C (or pascal or python or whatever) simply by adding a couple types, semicolons and replacing operators, it's C. |
|