Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!MITCH.ENG.SUN.COM!wmb From: wmb@MITCH.ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Re: PYGMY Forth Message-ID: <9003230016.AA16181@jade.berkeley.edu> Date: 22 Mar 90 18:10:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb@MITCH.ENG.SUN.COM Organization: The Internet Lines: 11 > The next problem is that I like the name C@+ for this ( a - a+1 c) > while I think botFORTH & cmFORTH would tuck the char under the address, > which is useful also. Tentatively I'll go with calling it C@+. Yes, both ways ( adr -- adr' char ) and ( adr -- char adr' ) have their uses. If C@+ is already used in other systems, by all means try to be compatible. If you need a different function, call it something else. NEXTBYTE seems like a good name to me. Cheers, Mitch Bradley