fork(2) download
  1. for (Integer i = 0; i < 500; i++) {
  2. Account a = new Account(Name='New Account' + i);
  3. insert a;
  4. }
  5.  
Success #stdin #stdout #stderr 0.01s 7748KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog:1: parse error, expected ')'