fork download
  1. $define START 0
  2. $define END 12
  3. $define STEP 3
  4.  
  5. procedure main()
  6. every writes(START to END by STEP, " ")
  7. end
Success #stdin #stdout 0.01s 5312KB
stdin
Standard input is empty
stdout
0 3 6 9 12