mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 17:39:58 +00:00
Merge pull request 'improve comment on continue expression behavior' (#369) from pebose/exercises:improve-013-while3-comment into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/369
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// The "continue expression" executes every time the loop restarts
|
// The "continue expression" executes every single time the loop restarts,
|
||||||
// whether the "continue" statement happens or not.
|
// even when a `continue` statement skips the rest of the loop body.
|
||||||
//
|
//
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user