REBOL Document

Object? - Function Summary


Summary:

Returns TRUE for object values.

Usage:

object? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print object? system
    true

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies