We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9373b7d commit 7d70810Copy full SHA for 7d70810
1 file changed
docs/topics/booleans.md
@@ -115,7 +115,9 @@ val d = true xor true // false
115
## Operator precedence
116
117
Logical operators follow precedence rules. They determine how to group variables in
118
-the absence of parentheses:
+the absence of parentheses.
119
+
120
+The subsequence of execution is:
121
122
1. `!`
123
2. `xor`
@@ -195,4 +197,4 @@ fun main() {
195
197
//sampleEnd
196
198
}
199
```
-{kotlin-runnable="true" kotlin-min-compiler-version="1.3"}
200
+{kotlin-runnable="true" kotlin-min-compiler-version="1.3"}
0 commit comments