next up previous contents index
Next: HELP Up: FOR Previous: FOR /IN   Contents   Index


FOR /WHILE

        [SIC\]FOR /WHILE Logical_Expression

    Conditional  loops  execute  until the logical expression becomes false.
    For example FOR /WHILE .TRUE. will execute forever.

    Such loops have no associated loop variable.


Gildas manager 2024-03-29