mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
chore: Update documentation for the while
loop with continue
statement
This commit is contained in:
parent
0f6e849660
commit
3f6facb263
|
@ -17,7 +17,6 @@
|
||||||
// Then, the "continue expression" is executed and then
|
// Then, the "continue expression" is executed and then
|
||||||
// the condition is checked again. If the condition is true, the block executes again.
|
// the condition is checked again. If the condition is true, the block executes again.
|
||||||
//
|
//
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
pub fn main() void {
|
pub fn main() void {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user