REBOL Document

Datatype? - Function Summary


Summary:

Returns TRUE for datatype values.

Usage:

datatype? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print datatype? integer!
    true


    print datatype? 1234
    false

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies