Really?
array fifo=({}); while (sizeof(fifo)<20) { fifo+=({getstuff()}); }
That loop would never exit.
/ Mirar
Previous text:
2003-03-20 10:36: Subject: for-loop optimization
In my opinion sizeof(b) should always be expanded to a constant b2 before doing anything else.
/ Peter Bortas