Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!sburke From: sburke@jarthur.Claremont.EDU (Scott Burke) Newsgroups: comp.sys.handhelds Subject: Re: hp48sx: variable rename? Message-ID: <11540@jarthur.Claremont.EDU> Date: 4 Apr 91 07:27:49 GMT References: <21592@shlump.nac.dec.com> Organization: Harvey Mudd College, Claremont, CA 91711 Lines: 8 Guys, guys, guys... to cheaply RENAME something, do: 'old' RCL 'old' PURGE 'new' STO The PURGE automatically does a NEWOB on the 'old' sitting on the stack, but doesn't require two copies, thus saving memory. Scott.