REBOL Document

None? - Function Summary


Summary:

Returns TRUE for none values.

Usage:

none? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns FALSE for all other values.


    print none? NONE
    true


    print none? pick "abc" 4
    true


    print none? find "abc" "d"
    true

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies