Next:
IF-cases
Up:
Code Design
Previous:
Indentation
Contents
Index
DO-LOOPs
When they are shorter than 20 lines,
do loop
s should end with an
end do
. When it is longer than 20 lines or you are using a label, add comment lines which marks the start and the end of the loop.
Don't forget the column indentation!