This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new defa90ac96 Add `==>` to "Operator precedence" in docs
defa90ac96 is described below

commit defa90ac96605942ff8b88d1b910f5a678e449d0
Author: Daniel Sun <sun...@apache.org>
AuthorDate: Sat Aug 31 13:38:55 2024 +0800

    Add `==>` to "Operator precedence" in docs
---
 src/spec/doc/core-operators.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/spec/doc/core-operators.adoc b/src/spec/doc/core-operators.adoc
index 944db3f057..8d15deced2 100644
--- a/src/spec/doc/core-operators.adoc
+++ b/src/spec/doc/core-operators.adoc
@@ -899,6 +899,7 @@ The table below lists all groovy operators in order of 
precedence.
 | 11 | `\|` | binary/bitwise or
 | 12 | `&&` | logical and
 | 13 | `\|\|` | logical or
+| 13.5 | `=\=>` | logical implication
 | 14 | `? :` | ternary conditional
 |    | `?:` | elvis operator
 | 15 | `=` {nbsp} `\**=` {nbsp} `*=` {nbsp} `/=` {nbsp} `%=` {nbsp} `+=` 
{nbsp} `-=` {nbsp} +

Reply via email to