"BCS" <BCS at pathlink.com> wrote in message news:eh5kki$11t$4 at digitaldaemon.com... > no, all you really need is goto and label variables > > int i = 10; > loop: > i--; > goto [loop, quit][cast(int)(i==0)]; > quit: Who needs flow control? If you need n iterations, copy and paste n times!