Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!MITCH.ENG.SUN.COM!wmb From: wmb@MITCH.ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Conditional compilation Message-ID: <9103151639.AA09028@ucbvax.Berkeley.EDU> Date: 14 Mar 91 22:11:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb%MITCH.ENG.SUN.COM@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 11 > I don't like [IF] because it puts the brackets in what will sometimes > be the wrong place. In a definition one would have to use > [ condition [IF] ] Since [IF] is immediate, the correct usage would be: [ condition ] [IF] If you put [IF] inside [ ] , then the right bracket (]) would be skipped. Mitch Bradley, wmb@Eng.Sun.COM