let var test : int := 0 var test2 : int := 1 in if test = test2 then 3 else 4 end