Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvra!billw From: billw@hpcvra.CV.HP.COM (William C Wickes) Newsgroups: comp.sys.handhelds Subject: Re: HP48/28 Local Variables Message-ID: <21580058@hpcvra.CV.HP.COM> Date: 10 Apr 90 23:00:43 GMT References: Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 8 If a 1 DISP is in the function body, the contents of a will be displayed in line 1: 123 -> a << a 1 DISP >> displays 123. This display is temporary, and is cleared when the program is finished; you can make it hang around by including 1 FREEZE after the DISP.