- `docs/docs/language/operators.md` Documentation shows `‖` but code uses `||`: - Fix documentation to show `||` correctly - Document that `and`/`&&` and `or`/`||` are equivalent - Provide style guide recommendation for which to use