regarding the prolific use of infix-operators in k...
# announcements
g
regarding the prolific use of infix-operators in kotlin, would kotlin apply the kind of traditional extended-BEDMAS operator prescedence scheme we're used to or does it simply run left-associative across all infix functions & operators?