Variable: opascal-unit-sections

opascal-unit-sections is a variable defined in opascal.el.gz.

Value

(interface implementation program library package)

Documentation

Unit sections within which the indent is 0.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-unit-sections
  '(interface implementation program library package)
  "Unit sections within which the indent is 0.")