Navigation: Code Documentation > IE > PredicatePackage
PredicatePackage Constants
Name
Description
EvenPComment
'Returns TRUE if the argument is an even integer, FALSE otherwise'
EvenPFunctionName
'evenp'
ExternalAddressPFunctionName
'external-addressp'
FloatPFunctionName
'floatp'
FuzzyPFunctionName
'fuzzyp'
GetValueTypeFunctionComment
'Returns the type of the argument'
GetValueTypeFunctionName
'get-type'
IntegerPFunctionName
'integerp'
LexemePFunctionName
'lexemep'
MultiFieldPFunctionName
'multifieldp'
NumberPFunctionName
'numberp'
ObjectPFunctionName
'objectp'
OddPComment
'Returns TRUE if the argument is an odd integer, FALSE otherwise'
OddPFunctionName
'oddp'
PredicateComment
'Returns TRUE if the argument is of the following type(s): '+'%s. If the argument is any other type, FALSE is returned'
StringPFunctionName
'stringp'
SymbolPFunctionName
'symbolp'
Top