Function: math-parse-fortran-vector

math-parse-fortran-vector is a byte-compiled function defined in calc-lang.el.gz.

Signature

(math-parse-fortran-vector OP)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-lang.el.gz
(defun math-parse-fortran-vector (_op)
  (let ((math-parsing-fortran-vector '(end . "\000")))
    (prog1
	(math-read-brackets t "]")
      (setq math-exp-token (car math-parsing-fortran-vector)
	    math-expr-data (cdr math-parsing-fortran-vector)))))