Variable: opascal-begin-previous-tokens
opascal-begin-previous-tokens is a variable defined in opascal.el.gz.
Value
(type const var label resourcestring procedure function constructor destructor property)
Documentation
Tokens that a begin token aligns with, but only if not part of a nested routine.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-begin-previous-tokens
`(,@opascal-decl-sections ,@opascal-routine-statements)
"Tokens that a begin token aligns with, but only if not part of a \
nested routine.")