examples\oper\oper_post_inc.ck
// i++ - doesn't fully work yet (1.2.0.1)

4 => int i;
i++ => int j;

<<<"printing i, then j">>>;
<<<i>>>;
<<<j>>>;
if ( i == 5 && j == 4) <<<"success">>>;
home .. language .. program .. examples