mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-15 00:01:07 +07:00
8 lines
159 B
Markdown
8 lines
159 B
Markdown
|
| Operator | Description |
|
||
|
|----------|-------------|
|
||
|
| & | Logical AND |
|
||
|
| && | Shortcut AND |
|
||
|
| \| | Logical OR |
|
||
|
| \|\| | Shortcut OR |
|
||
|
| ^ | Logical XOR |
|