NLI: Function: getAll

Background: NLI, Expressions, Functions
Related: Examples, Ex220

Description:
The getAll function gets subjects which are related to all objects of sentence.
The getAll function requires exactly 3 inputs.
The first input must be *.

General Format:
(getAll * inp1 inp2)

Examples:
(; Get things that fly all jets)
(getAll * fly (get jet instance *))

(; Get pilots that fly all jets)
(and (get pilot instance *)
        (getAll * fly (get jet instance *))

Notes:

CM ©2000-2007