Any-type? - Function SummarySummary:Returns TRUE for any-type values. Usage:any-type? value Arguments:value - The value argument. (must be: any-type) Description:Returns TRUE for values of any type. Because any value that can successfully be passed to ANY-TYPE? is a value of some type, ANY-TYPE? never returns FALSE. However, an error will occur if a value cannot be passed to ANY-TYPE?.
Related:any-block? - Returns TRUE for any-block values.
| ||||
|