Merge: Remove the packages `glesv1`, `mnit` and `sdl` (1.2), and their clients
[nit.git] / tests / test_for_times.nit
1 module test_for_times
2
3 for i in 3.times do print "Cool"
4 for i in 10.times do print i