和 (AutoLISP)
返回所提供参数的逻辑 AND 支持的平台:Windows 和 Mac OS 签名(and [expr ...])
返回值类型:T 或 nil nil,如果任何表达式的计算结果为 ;否则。如果发出时没有参数,则返回 。nilT andT 例子(setq a 103 b nil c "string") "string" (and 1.4 a c) T (and 1.4 a b c) nil 相关参考相关概念 |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-3-14 06:18
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.