next up previous contents
Next: Bigger Chunks: Up: How to construct/deconstruct Previous: List Destruction:

List Construction:

the construction of a list is the reverse: take a variable bound to any old list ---say, X=[r, e, d] and add the element, say, b at the front with:
 
Result_Wanted = [bX]



Paul Brna
Mon May 24 20:14:48 BST 1999