HELP MATCHESALLOF A. Sloman, May 1983
<list> matchesallof <list of patterns> -> <boolean>
MATCHESALLOF is an infix operator which takes a list and a list of patterns as
arguments, and returns <true> if (and only if) <list> matches all of the
patterns. Otherwise it returns <false>.
See also HELP
*MATCHES - summary of POP-11 matcher operations
*MATCHESONEOF - takes a list of patterns and tries to find one match
*DATABASE - use of the POP-11 DATABASE
*AREIN - matches a list of patterns against list elements
*ISIN - matches a single pattern against list elementsAuthor: A. Sloman, May 1983