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 2004 REBOL Technologies