Variable: opascal-routine-statements
opascal-routine-statements is a variable defined in opascal.el.gz.
Value
(procedure function constructor destructor property)
Documentation
Marks the start of a routine, or routine-ish looking expression.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-routine-statements
'(procedure function constructor destructor property)
"Marks the start of a routine, or routine-ish looking expression.")