缺点 (AutoLISP)
将元素添加到列表的开头,或构造虚线列表 支持的平台:Windows 和 Mac OS 签名(cons new-first-element list-or-atom)
返回值类型:列表 返回的值取决于 list-or atom 的数据类型。如果 list-or-atom 是列表,则返回该列表,并将 new-first-element 添加为列表中的第一项。如果 list-or-atom 是原子,则返回由 new-first-element 和 list-or-atom 组成的虚线对。conscons 例子(cons 'a '(b c d)) (A B C D) (cons '(a) '(b c d)) ((A) B C D) (cons 'a 2) (A . 2) 相关概念 |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-1-19 07:24
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.