.
This commit is contained in:
parent
c4ca9b016a
commit
3f161b9630
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue