Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ENG.SUN.COM!Mitch.Bradley From: Mitch.Bradley@ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Conventions Message-ID: <9106020326.AA27202@ucbvax.Berkeley.EDU> Date: 31 May 91 15:32:08 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Mitch.Bradley%ENG.SUN.COM@SCFVM.GSFC.NASA.GOV Distribution: world Organization: The Internet Lines: 16 I recommend Kim Harris's coding conventions, published in the 1985 FORML Proceedings. > #name -> Can mean "size of" or "number of" depending on context. > /name -> Initialize name. Kim's conventions use "/name" to mean "bytes per name", i.e. size of name. > +name -name -> Turn on and turn off name. Or "add to name" "subtract from name". name-on name-off is also used for turning on and off. name: -> defining word to create a word of type "name" Mitch.Bradley@Eng.Sun.COM