Hi, I've been trying to figure out how to properly push into a property list but the behavior seems kinda strange.
IE: :eee is a test class instance and vwp is a number list (2 1 4) (push (get :eee 'vwp) 10) -> ((10 . 2) 1 4) And when calling prop returns -> (((10 .2) 1 4) . vwp) Which is useless because when calling (car (get :eee 'vwp)) returns -> (10 . 2). Is that the actual way it behaves or am I doing something wrong? -Oscar -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe