f90-end-of-block

f90-end-of-block is an interactive compiled Lisp function in `f90.el'.


(f90-end-of-block &optional NUM)

Move point forward to the end of the current code block.
With optional argument NUM, go forward that many balanced blocks.
If NUM is negative, go backward to the start of a block. Checks
for consistency of block types and labels (if present), and
completes outermost block if `f90-smart-end' is non-nil.
Interactively, pushes mark before moving point.