REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns TRUE if the value is zero (for its datatype).
Arguments:
value
See also:
Check the value of a word is zero.
print zero? 50
false
print zero? 0
true
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |