docs: add appendix for Operators & Symbols (closes #4931) - #7725
docs: add appendix for Operators & Symbols (closes #4931)#7725wrvnnull wants to merge 2 commits into
Conversation
|
Thanks for the contribution! Unfortunately we can't verify the commit author(s): wrvnnull <i***@e***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Fuel Labs Contributor License Agreement and this Pull Request will be revalidated. |
PR SummaryLow Risk Overview The page is wired into the Sway Book via Sway Reference in Reviewed by Cursor Bugbot for commit d14005c. Bugbot is set up for automated code reviews on this repo. Configure here. |
Add a quick-reference appendix listing arithmetic, comparison, logical, bitwise, assignment operators and symbolic tokens, linked from the Sway Reference index and SUMMARY.
5b57fa2 to
a700652
Compare
|
Re-triggering CLA check after signing the Fuel Labs Contributor License Agreement. Thanks! |
Summary
Resolves #4931 by adding an Appendix: Operators & Symbols to the Sway Book reference section.
The appendix is a quick-reference table of arithmetic, comparison, logical, bitwise, and assignment operators plus common symbolic tokens (
::,->,=>,@,.., etc.), complementing the existing Keywords page.Changes
docs/book/src/reference/appendix_operators_symbols.md- the appendixdocs/book/src/reference/index.md- link itdocs/book/src/SUMMARY.md- register under Sway ReferenceTest plan