Merge: Revamp the C string to Nit string services to put forward the safest alternative
[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