| Did you know ... | Search Documentation: |
| chain<-find_all |
@arg1 Element tested @arg2 1-based index of element
The following example finds all inverted graphicals on the graphical device Dev:
?- get(Dev?graphicals, find_all,
@arg1?inverted == @on, Inverted).
See also chain->for_all.
->for_all <-find