On Monday, 9 August 2021 at 01:37:09 UTC, cy wrote: > `for(top=size(), top > 0; --top) { auto idx = top - 1; ... }` Oh, and I really appreciate languages that don't allow me to use for loops with a single semicolon, refusing to assume that I meant to type a comma there.