Variable: idlwave-block-match-regexp

idlwave-block-match-regexp is a variable defined in idlwave.el.gz.

Value

"\\<\\(else\\|for\\|then\\|repeat\\|while\\)\\>"

Documentation

Regular expression matching reserved words which can stand before blocks starting with a BEGIN statement. The matches must have associations idlwave-block-matches.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defconst idlwave-block-match-regexp
  "\\<\\(else\\|for\\|then\\|repeat\\|while\\)\\>"
"Regular expression matching reserved words which can stand before
blocks starting with a BEGIN statement.  The matches must have associations
`idlwave-block-matches'.")