diff options
author | Nicholas Browning <[email protected]> | 2023-07-20 00:50:58 +0000 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-09-20 23:52:52 +0900 |
commit | 53a373078d75544f05c3fb1eb6c6ee2d95282a08 (patch) | |
tree | 8a2d175b8c46e1235bc5e8a9576f2a455b60640e /doc/syntax.rdoc | |
parent | 96c5a4be7b0d72502001734770af0f4a735c544c (diff) |
doc: initial operators commit
docs: expand on operator documentaion
Include more specific details around logical operators.
doc: update link with proper syntax
doc: remove ambiguous language from operators doc
doc: remove link to source code file
doc: cleaning up some language, and removing some mistakes in understanding
doc: revert example to prior state
doc: fix spacing
doc: Update doc/syntax/operators.rdoc
align example with typical format
Co-authored-by: Nobuyoshi Nakada <[email protected]>
doc: Update doc/syntax/operators.rdoc
align format of other examples with rest of documentation
Co-authored-by: Nobuyoshi Nakada <[email protected]>
Update doc/syntax/operators.rdoc
align format of other examples with rest of documentation
Co-authored-by: Nobuyoshi Nakada <[email protected]>
doc: include `and` & `or` operators
doc(operators): remove accute language
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r-- | doc/syntax.rdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax.rdoc b/doc/syntax.rdoc index 5895673f36..6ca5843512 100644 --- a/doc/syntax.rdoc +++ b/doc/syntax.rdoc @@ -37,3 +37,6 @@ Miscellaneous[rdoc-ref:syntax/miscellaneous.rdoc] :: Comments[rdoc-ref:syntax/comments.rdoc] :: Line and block code comments + +Operators[rdoc-ref:syntax/operators.rdoc] :: + Operator method behaviors |