| POPLS | |
| Syntax | POPLS POPLS filter |
| Explanation | POPLS prints out all defined property
lists. POPLS is equivalent to PRINTOUT
PROPERTIES. An optional input may be supplied which acts as a filter. POPLS then only prints those names which start with the same characters as the second input. POPLS S will, for example, only print those names which start with the letter S. This allows a more efficient use of this command when many property lists are defined. |
| Examples | PPROP "JOE "SEX
"MALE PPROP "JOE "AGE 24 POPLS JOE is [SEX MALE AGE 24] |