This commit is contained in:
Zander Thannhauser 2025-06-25 21:15:56 -05:00
parent c4ca9b016a
commit 3f161b9630

1
main.c
View file

@ -1483,6 +1483,7 @@ int main(int argc, char* const* argv)
puts("Use C-style syntax for boolean operators and expressions.");
puts("Available variables: 'w', 'x', 'y' and 'z'.");
puts("Extended operators: nor is '!|', orn is '|!', nand is '!&', andn is '&!'.");
puts("Comparison operators are also suppported.");
}