Mark Hamburg wrote:
I've learned to write: while condition() do repeat if other_condition() then break -- continue end until true end But I always feel compelled to comment it when I do so.
I've learned to write: while condition() do repeat if other_condition() then break -- continue
until true end But I always feel compelled to comment it when I do so.
That's quite clever! Would be nice to have the real sugar ...