FUNCTION?
REBOL Dictionary 2.0
Returns TRUE for function values.
function? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
print function? :func true
print function? "test" false
any-function? - Returns TRUE for any-function values.type? - Returns a value's datatype.
Copyright 2003 REBOL Technologies