issues
search
chengxueming
/
doc-everything
doc doc
0
stars
0
forks
source link
elisp 有哪些基本数据类型,'abc与"abc def"有什么区别('abc 是listp 和 '("a" "b" "c") 有什么区别,
#7
Open
chengxueming
opened
6 years ago
chengxueming
commented
6 years ago
具体
如何定义一个(typep 变量 'charater)为真的变量
(map 'string 'mfunc "123456") 是传入mfunc中的是字符还是字符串还是数字
由(type-of var)得知是整数,那么为什么1传入为49,而ascii是33
map函数第二个参数有什么用(type)
link
理解Emacs Lisp的基本数据类型(1)
Elisp入门1.1: 基础知识
Elisp: Sequence: List, Array
chengxueming
commented
6 years ago
'abc 是 sympol,"abc def"是String