REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: zero?

zero?  value

Returns TRUE if the value is zero (for its datatype).

Arguments:

value

See also:

positive?   negative?  

Description

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