class Main { public static Void main () { Int step := 5 for (Int i := 0; i < 100; i += step) { echo (i) } } }