| From: Jon Rafkind (rafkind at cs.utah.edu) Date: Thu Dec 25 15:53:21 EST 2008 |
|
fschwidom at BigBix.localdomain wrote: > Hi, > > the script: > > >> (define a (list 1 2)) >> (define b (list 3 4)) >> (append! a b) >> > (1 2 3 4) > Are you sure you invoked append! and not append? append! has been moved out of the core so you can't use it normally. What version of mzscheme are you running?
| Posted on the users mailing list. |
|