idlwave-start-of-substatement

idlwave-start-of-substatement is a compiled Lisp function in `idlwave.el'.

(idlwave-start-of-substatement &optional PRE)

Move to start of next IDL substatement after point.
Uses the type of the current IDL statement to determine if the next
statement is on a new line or is a subpart of the current statement.
Returns point at start of substatement modulo whitespace.
If optional argument is non-nil move to beginning of current
substatement.