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