fork download
  1. for (Integer i = 0; i < 5; i++) {
  2. System.debug('Count: ' + i);
  3. }
Success #stdin #stdout #stderr 0.02s 7856KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog:1: parse error, expected ')'