Returns TRUE for datatype values.
datatype? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
print datatype? integer! true
print datatype? 1234 false
Copyright 2004 REBOL Technologies