mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
feat: Add more comparison operator coverage in 009_if.zig
This commit is contained in:
parent
90f0a1718e
commit
162f84133d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
// Zig has the "usual" comparison operators such as:
|
||||
//
|
||||
// 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 does not equal b"
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue