fork download
  1. for(integer i=1;i<=5;i++){
  2. system.debug(i);
  3. }
Success #stdin #stdout #stderr 0.01s 7900KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog:1: parse error, expected ')'