fortran-end-of-block

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


(fortran-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. Does
not check for consistency of block types. Interactively, pushes
mark before moving point.