ex-for-simple2.ox (97B)
1 void main() { 2 for(int i = 0; i < 5; i++) { 3 print(i); 4 print("bozo!"); 5 } 6 }