···1111//
1212// }
1313//
1414-// The "continue expression" executes every time the loop restarts
1515-// whether the "continue" statement happens or not.
1414+// The "continue expression" executes every single time the loop restarts,
1515+// even when a `continue` statement skips the rest of the loop body.
1616//
1717const std = @import("std");
1818