ZenScript main repository

arithmetic.zs 40B

1234
  1. var j = 0;
  2. println(j);
  3. j++;
  4. println(j);