Go to the first, previous, next, last section, table of contents.


rplaca

Function: rplaca { cons val -> }
file: job.t
package: muf
status: alpha

The rplaca function RePLACes the cAr of the given cons cell with the given value. (The name is awful(8), but traditional in Lisp.)


Go to the first, previous, next, last section, table of contents.