feat: Add more comparison operator coverage in 009_if.zig
This commit is contained in:
parent
64a6befb39
commit
57186aa56d
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…
Add table
Add a link
Reference in a new issue