Variable: opascal-body-statements
opascal-body-statements is a variable defined in opascal.el.gz.
Value
(else if while for on)
Documentation
Statements that have either a single statement or a block as a body.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-body-statements `(else ,@opascal-body-expr-statements)
"Statements that have either a single statement or a block as a body.")