Wat? Scala (Infix Operator Precedence and Associativity)

Nat Pryce pointed out these gems:

Scala Reference 6.12.3

Precedence: “The precedence of an infix operator is determined by the operator’s first character.”

Associativity “The associativity of an operator is determined by the operator’s last character”

This actually made me cry.