Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!MITCH.ENG.SUN.COM!wmb From: wmb@MITCH.ENG.SUN.COM Newsgroups: comp.lang.forth Subject: When to ALIGN Message-ID: <9102041440.AA19033@ucbvax.Berkeley.EDU> Date: 4 Feb 91 07:46:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb%MITCH.ENG.SUN.COM@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 5 In general, you don't need to ALIGN before @ and !, but instead when using `,' (comma) after `C,'. It's usually used when creating data structures. Mitch Bradley, wmb@Eng.Sun.COM