REBOL Document

Any-type? - Function Summary


Summary:

Returns TRUE for any-type values.

Usage:

any-type? value

Arguments:

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

Description:

Returns TRUE for values of any type. Because any value that can successfully be passed to ANY-TYPE? is a value of some type, ANY-TYPE? never returns FALSE. However, an error will occur if a value cannot be passed to ANY-TYPE?.


    print any-type? http://www.REBOL.com
    true

Related:

any-block? - Returns TRUE for any-block values.
any-function? - Returns TRUE for any-function values.
any-string? - Returns TRUE for any-string values.
any-word? - Returns TRUE for any-word values.


<Back | Index | Next>

Copyright 2004 REBOL Technologies