Next: Array operations
Up: Flow Control
Previous: The WHILE loop
Contents
IDL also has a Repeat loop (like a while loop, but the test is at the
end), a case statement ( for multiple-choice situations) and a goto
statement (as in ``considered harmful''). We don't have time to cover
these - check the manuals if you are interested.
John Marsham
2009-12-07