| author | |
| committer | |
| log | b01e5d93016338c7d2581e7a075d270620e206e1 |
| tree | 9b47008c7f7b4645ac55f442b31a0a23d3325e65 |
| parent | 46d8e010a035a88df322c4841d355211f93644f8 |
1 files changed, 2 insertions(+), 2 deletions(-)
doc/langref.html.in+2-2| ... | ... | @@ -1758,9 +1758,9 @@ const B = error{Two}; |
| 1758 | 1758 | </div> |
| 1759 | 1759 | {#header_close#} |
| 1760 | 1760 | {#header_open|Precedence#} |
| 1761 | <pre>{#syntax#}x() x[] x.y | |
| 1761 | <pre>{#syntax#}x() x[] x.y x.* x.? | |
| 1762 | 1762 | a!b |
| 1763 | x{} x.* x.? | |
| 1763 | x{} | |
| 1764 | 1764 | !x -x -%x ~x &x ?x |
| 1765 | 1765 | * / % ** *% || |
| 1766 | 1766 | + - ++ +% -% |