let
in
    (when a = b do (c + d)) + f;
    (while a < b do break) + f
end

