DEBSOURCES
Skip Quicknav
sources / octave2.1 / 1%3A2.1.73-19 / test / octave.test / while / while-4.m
12345678
i = 0; while (i++ < 20) if (i > 2) break; endif printf ("%d", i); endwhile; printf ("\n");