Variable: opascal-comments

opascal-comments is a variable defined in opascal.el.gz.

Value

(comment-single-line comment-multi-line-1 comment-multi-line-2)

Documentation

Tokens that represent comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defconst opascal-comments
  '(comment-single-line comment-multi-line-1 comment-multi-line-2)
  "Tokens that represent comments.")