Variable: ccl-arith-table
ccl-arith-table is a variable defined in ccl.el.gz.
Value
[+ - * / % & | ^ << >> <8 >8 // nil nil nil < > == <= >= != de-sjis
en-sjis]
Documentation
Vector of CCL arithmetic/logical operators (symbols).
Source Code
;; Defined in /usr/src/emacs/lisp/international/ccl.el.gz
(defconst ccl-arith-table
[+ - * / % & | ^ << >> <8 >8 // nil nil nil
< > == <= >= != de-sjis en-sjis]
"Vector of CCL arithmetic/logical operators (symbols).")