Programming/Fortran

WHILE Loop Construct

투정이 2008. 11. 24. 13:17

WHILE Loop Construct

DO

...

IF (logical_expr) EXIT

...

END DO