fortran-beginning-of-block

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


(fortran-beginning-of-block &optional NUM)

Move point backwards to the start of the current code block.
With optional argument NUM, go backward that many balanced
blocks. If NUM is negative, go forward to the end of a block.
Does not check for consistency of block types. Interactively,
pushes mark before moving point.