Variable: opascal-mid-block-statements
opascal-mid-block-statements is a variable defined in opascal.el.gz.
Value
(except finally public private protected published automated)
Documentation
Statements that mark mid sections of the enclosing block.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-mid-block-statements
`(except finally ,@opascal-visibilities)
"Statements that mark mid sections of the enclosing block.")