examples\oper\oper_pre_inc.ck
// ++i 4 => int i; ++i => int j; <<<"printing i, j">>>; <<<i>>>; <<<j>>>; if ( i == 5 && j == 5 ) <<<"success">>>;