TIB: Help with Nested FOR loops


[Prev][Next][Index][Thread]

TIB: Help with Nested FOR loops




I was trying to write a program (its kinda hard to explain) where like
the lines are something like:

for (I,1,sqr(c))
for (J,1,sqr(a))

... buncha other crap

then i want it to be next I
then next J

but all i know how to do is
END
END

anyone know what to do? please help -- thank you much


ben



Follow-Ups: