XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next

14  Property List Functions


  1. get - get the value of a property
  2. putprop - put a property onto a property list
  3. remprop - remove a property from a property list

(get sym prop) - get the value of a property
sym - the symbol
prop - the property symbol
returns - the property value or NIL

(putprop sym val prop) - put a property onto a property list
sym - the symbol
val - the property value
prop - the property symbol
returns - the property value

(remprop sym prop) - remove a property from a property list
sym - the symbol
prop - the property symbol
returns - NIL

XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next