跳转到内容

Rebol 编程/negative?

来自维基教科书,开放的书籍,开放的世界
NEGATIVE? number 

如果数字为负,则返回 TRUE。

NEGATIVE? 是一个动作值。

  • 数字 -- (类型:数字 字符 金钱 时间)

源代码

[编辑 | 编辑源代码]
negative?: native[
    "Returns TRUE if the number is negative." 
    number [number! char! money! time!]
]
华夏公益教科书