putprop

$Revision: 5.0.2.2 $

Function

Package: EXCL

Arguments: (symbol value indicator)

An old variant of the inverse of cl:get kept for backward compatibility. (This symbol was in the franz package in release 4.3 and earlier on Unix. The franz package has been merged with the excl package in release 5.0.)

(putprop sym val ind)

is equivalent to

(setf (get sym ind) val)

The general documentation description is in introduction.htm. The index is in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.