The Heck Programming Language
Home
About
let
x =
7
if
(x ==
7
) {
x =
8
}
else
{
x =
7
}