I was going over the following link and it states
Operators between dashed lines have the same "precedence level", of which you will note that there are 18
Now my question is what does the above statement mean. For instance if two operators are between the dashed lines like ->
comes before []
does this mean ->
has higher precedence than []
?