f90-previous-block

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


(f90-previous-block &optional NUM)

Move point backward to the previous end or start of a code block.
With optional argument NUM, go backward that many blocks.
If NUM is negative, go forwards.
A block is a subroutine, if-endif, etc.