mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
fix: Change order to match 011_while.zig
This commit is contained in:
parent
162f84133d
commit
37f8b445a2
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@
|
||||||
// Zig has the "usual" comparison operators such as:
|
// Zig has the "usual" comparison operators such as:
|
||||||
//
|
//
|
||||||
// a == b means "a equals b"
|
// a == b means "a equals b"
|
||||||
// a > b means "a is greater than b"
|
|
||||||
// a < b means "a is less than b"
|
// a < b means "a is less than b"
|
||||||
|
// a > b means "a is greater than b"
|
||||||
// a != b means "a does not equal b"
|
// a != b means "a does not equal b"
|
||||||
//
|
//
|
||||||
// The important thing about Zig's "if" is that it *only* accepts
|
// The important thing about Zig's "if" is that it *only* accepts
|
||||||
|
|
Loading…
Reference in a new issue