def f(x%) return x% mod 29 == 0 end for i%=0 to 99 if f(i%) then ? i% next