Function: opascal-point-token-at

opascal-point-token-at is a byte-compiled function defined in opascal.el.gz.

Signature

(opascal-point-token-at P KIND)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-point-token-at (p kind)
  ;; Returns the single character token at the point p.
  (opascal-token-of kind p (1+ p)))