f90-previous-statement

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


(f90-previous-statement)

Move point to beginning of the previous F90 statement.
If no previous statement is found (i.e. if called from the first
statement in the buffer), move to the start of the buffer and
return nil. A statement is a line which is neither blank nor a
comment.