main = let x = y+2 y = 3 z = y+1 in putStrLn("x="++show(x)++", z="++show(z))