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