Merge branch 'main' of https://github.com/Palm404/ziglings into main

pull/2/head
unknown 3 years ago
commit 0210d6d7bc

@ -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…
Cancel
Save