REBOL Document

Tag? - Function Summary


Summary:

Returns TRUE for tag values.

Usage:

tag? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print tag? <title>
    true


    print tag? "title"
    false

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies