fork(1) download
  1. for j = 1,3
  2. do
  3. i = j/10;
  4. print(i)
  5. end
Success #stdin #stdout 0s 14120KB
stdin
Standard input is empty
stdout
0.1
0.2
0.3