mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-03-28 21:34:52 +00:00
improve comment on continue expression behavior
This commit is contained in:
parent
3ecaa34271
commit
93aa733d33
|
|
@ -11,8 +11,8 @@
|
|||
//
|
||||
// }
|
||||
//
|
||||
// The "continue expression" executes every time the loop restarts
|
||||
// whether the "continue" statement happens or not.
|
||||
// The "continue expression" executes every single time the loop restarts,
|
||||
// even when a `continue` statement skips the rest of the loop body.
|
||||
//
|
||||
const std = @import("std");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user