// i++ - doesn't fully work yet (1.2.0.1) 4 => int i; i++ => int j; <<<"printing i, then j">>>; <<>>; <<>>; if ( i == 5 && j == 4) <<<"success">>>;