mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Update 033_iferror.zig
This commit is contained in:
parent
6912bd70ca
commit
1c14338573
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// Let's revisit the very first error exercise. This time, we're going to
|
// Let's revisit the very first error exercise. This time, we're going to
|
||||||
// look at a special error-handling type of the "if" statement.
|
// look at an error-handling variation of the "if" statement.
|
||||||
//
|
//
|
||||||
// if (foo) |value| {
|
// if (foo) |value| {
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue