nitcc: detect S/R even if R/R conflict as a solution is to shift in case of S/R/R
[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