gpt4 book ai didi

emacs - 在 elisp 中将 nil 更改为零

转载 作者:行者123 更新时间:2023-12-04 23:32:38 26 4
gpt4 key购买 nike

我想问 - 在 elisp 中进行从 nil 到零的 nil 转换的函数是什么?

我是新手,我想我正在用我的代码发明轮子:

(defun chgnull (x)
(if (null x) 0 1))
(mapcar 'chgnull '(1 2 nil))

通过关键字“到零”搜索 Emacs 源,但未显示任何相关内容。

最佳答案

表达式 (or x 0)如果 x 将评估为 0为零,并且 x除此以外。

关于emacs - 在 elisp 中将 nil 更改为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2906575/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com