GLIST
Syntax GLIST property 
 
Explanation

GLIST takes as input the name of a property, a quoted word, and reports a list of all currently defined properties that have a value for that name.
 

Examples PPROP "HERMAN "AGE 24 
PPROP "GRISELDA "AGE 36 
PPROP "GRISELDA "MOTHER "WINIFRED 
GLIST "AGE 
Result: [HERMAN GRISELDA] 
GLIST "MOTHER 
Result: [GRISELDA] 

TopIndex