Path: utzoo!utgpu!news-server.csri.toronto.edu!qucdn!boydj Newsgroups: comp.lang.rexx Subject: Re: Rexx compiler(s) Organization: Queen's University at Kingston Date: Saturday, 1 Sep 1990 10:52:56 EDT From: Jeff Boyd Message-ID: <90244.105256BOYDJ@QUCDN.BITNET> References: <90234.100626RMCCU@CUNYVM.BITNET> <90243.113538MADIF@ROHVM1.BITNET> <29140@nigel.ee.udel.edu> Eeek ... 'DESBUF' ? That's the heavy-handed way to clear the stack. It kills everything, within AND without the program. Like using railroad spikes when what should be used is finishing nails. Using 'MAKEBUF' and 'DROPBUF' couplets is better, unless you *really* need to destroy the stack.