Variable: opascal-body-expr-statements

opascal-body-expr-statements is a variable defined in opascal.el.gz.

Value

(if while for on)

Documentation

Statements that have either a single statement or a block as a body and also are followed by an expression.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-body-expr-statements '(if while for on)
  "Statements that have either a single statement or a block as a body and also
are followed by an expression.")