Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucsd!ucsdhub!hp-sdd!hp-pcd!hpcvra!daveo From: daveo@hpcvra.CV.HP.COM (Dave Ochs) Newsgroups: comp.sys.handhelds Subject: Re: HP48 terminal emulator Message-ID: <21580024@hpcvra.CV.HP.COM> Date: 13 Mar 90 21:19:40 GMT References: <1749@xn.LL.MIT.EDU> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 13 >>Like, how are you supposed to comment a program? > >When composing the program on a PC you can use a @ for >commemts. Anything after an @ on a line is discarded >when the program is downloaded. > >\<< DUP DROP @ This is a comment >\>> Also, anything between to @'s (on a single line) is a comment. \<< DUP @ this is a comment @ DROP \>>