var foo = 1, bar = 0; if (foo) { bar ++; foo = 0; }
Is stacking code on the same line allowed? Please expand on the code formatting section on the Jam page it's not very clear.