CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2020 开发者帮助

不是 (AutoLISP)

2024-5-18 18:18| 发布者: admin| 查看: 91| 评论: 0|原作者: admin|来自: AutoCAD

不是 (AutoLISP)

验证项目的计算结果是否为 nil

支持的平台:Windows 和 Mac OS

签名

(not item)
项目

类型:Integer、Real、String、List、Subroutine、Ename(实体名称)、T 或 nil

一个 AutoLISP 表达式。

返回值

类型:T 或 nil

T如果 item 的计算结果为 ;否则。nilnil

言论

通常,该函数用于列表,并用于其他数据类型以及某些类型的控制函数。nullnot

例子

(setq a 123 b "string" c nil)
nil

(not a)
nil

(not b)
nil

(not c)
T

(not '())
T

路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1   苏公网安备32011402011833)

GMT+8, 2024-12-15 12:57

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部