I am looking though some source code from a third party and am repeatedly seeing a syntax that is new to me. Basically they are separating statements with commas instead of semi
These are comma separated expressions and are evaluated from left to right, with the result of the entire expression being the last expression evaluated.