fork(3) download
  1. for (var i = 0; i < 10; i++) {
  2. h = "texto" + i + 1 + ".txt";
  3. print(h);
  4. }
  5.  
  6.  
Success #stdin #stdout 0.01s 29768KB
stdin
Standard input is empty
stdout
texto01.txt
texto11.txt
texto21.txt
texto31.txt
texto41.txt
texto51.txt
texto61.txt
texto71.txt
texto81.txt
texto91.txt