Function: opascal-token-kind
opascal-token-kind is a byte-compiled function defined in
opascal.el.gz.
Signature
(opascal-token-kind TOKEN)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defsubst opascal-token-kind (token)
;; Returns the kind symbol of the token.
(if token (aref token 0) nil))