PC Logo Wiki
Advertisement

Syntax

PPROPS name list

Explanation

PPROPS is a handy method to store multiple properties into a property list. The second input to PPROPS is a list of property pairs. The first word is the property, the second value is the property value for that property. The list must be of even length.

See also GPROP, POPLS, PPROP, and REMPROP.

Example

? PPROPS "JOE [SEX MALE AGE 24]

? GPROP "JOE "AGE

Result: 24

? GPROP "JOE "SEX

Result: MALE

?

Advertisement