Skip to content

Conversation

nobleRadical
Copy link

Added the local or operator symbol to the table, it wasn't there for some reason.

What This PR Changes

  • Added || to the logical or operator reference.

Contribution Guidelines

Added the local or operator symbol to the table, it wasn't there for some reason.
@CLAassistant
Copy link

CLAassistant commented Oct 2, 2025

CLA assistant check
All committers have signed the CLA.

@jhansson-ard jhansson-ard self-assigned this Oct 2, 2025
@jhansson-ard jhansson-ard self-requested a review October 2, 2025 06:07
| `! (logical not)` | Inverts the logical value, true becomes false and vice versa. |
| `&& (logical and)` | Logical AND operator, returns true if both operands are true. |
| `(logical or)` | Logical OR operator, returns true if at least one operand is true. |
| `|| (logical or)` | Logical OR operator, returns true if at least one operand is true. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `|| (logical or)` | Logical OR operator, returns true if at least one operand is true. |
| `\|| (logical or)` | Logical OR operator, returns true if at least one operand is true. |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nobleRadical this is needed to make sure it is formatted correctly! Please implement this and let me preview it again - if all works, I will merge your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants