>=/>=?[procedure] </<? [compare] [x y z][procedure] </<=? [compare] [x y z][procedure] <=/<? [compare] [x y z][procedure] <=/<=? [compare] [x y z][procedure] >/>? [compare] [x y z][procedure] >/>=? [compare] [x y z][procedure] >=/>? [compare] [x y z][procedure] >=/>=? [compare] [x y z]SRFI-67: Test if x, y, and z form a chain with the two relations specified by the name of the procedure rel1/rel2?, with respect to the compare procedure compare. If compare is not provided, default-compare is used. If x y z are not provided, a predicate procedure of three arguments is constructed. The order in which the values are compared is unspecified, but each value is compared at least once. | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:ExtendedLambdaList Concept:FileSystem Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |