REBOL Document

Op? - Function Summary


Summary:

Returns TRUE for op values.

Usage:

op? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print op? :and
    true


    print op? :+
    true

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies