|
1 | 1 | --- |
2 | 2 | description: Lists the PowerShell operators in precedence order. |
3 | 3 | Locale: en-US |
4 | | -ms.date: 06/29/2021 |
| 4 | +ms.date: 12/30/2025 |
5 | 5 | online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_operator_precedence?view=powershell-5.1&WT.mc_id=ps-gethelp |
6 | 6 | schema: 2.0.0 |
7 | 7 | title: about_Operator_Precedence |
@@ -39,9 +39,9 @@ type `Get-Help <topic-name>`. |
39 | 39 | | OPERATOR | REFERENCE | |
40 | 40 | | --------------------------- | ------------------------------------ | |
41 | 41 | | `$() @() () @{}` | [about_Operators][ops] | |
42 | | -| `. ?.` (member access) | [about_Operators][ops] | |
| 42 | +| `.` (member access) | [about_Operators][ops] | |
43 | 43 | | `::` (static) | [about_Operators][ops] | |
44 | | -| `[0] ?[0]` (index operator) | [about_Operators][ops] | |
| 44 | +| `[0]` (index operator) | [about_Operators][ops] | |
45 | 45 | | `[int]` (cast operators) | [about_Operators][ops] | |
46 | 46 | | `-split` (unary) | [about_Split][split] | |
47 | 47 | | `-join` (unary) | [about_Join][join] | |
@@ -85,12 +85,9 @@ that happens. |
85 | 85 | | ------------------------------------------------------- | ------------------------------------ | |
86 | 86 | | `.` (dot-source) | [about_Operators][ops] | |
87 | 87 | | `&` (call) | [about_Operators][ops] | |
88 | | -| `? <if-true> : <if-false>` (Ternary operator) | [about_Operators][ops] | |
89 | | -| `??` (null-coalese operator) | [about_Operators][ops] | |
90 | 88 | | <code>|</code> (pipeline operator) | [about_Operators][ops] | |
91 | 89 | | `> >> 2> 2>> 2>&1` | [about_Redirection][redir] | |
92 | | -| <code>&& ||</code> (pipeline chain operators) | [about_Operators][ops] | |
93 | | -| `= += -= *= /= %= ??=` | [about_Assignment_Operators][assign] | |
| 90 | +| `= += -= *= /= %=` | [about_Assignment_Operators][assign] | |
94 | 91 |
|
95 | 92 | ## Examples |
96 | 93 |
|
|
0 commit comments