TAG?
REBOL Dictionary 2.0
Returns TRUE for tag values.
tag? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
print tag? <title> true
print tag? "title" false
Copyright 2003 REBOL Technologies