Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!ludwig.sharebase.com!glenn From: glenn@ludwig.sharebase.com (Glenn Linderman) Newsgroups: comp.lang.forth Subject: POSTFIX control structures Message-ID: <9103222252.AA19088@ludwig.sharebase.com> Date: 22 Mar 91 22:52:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 52 Newsgroups: comp.lang.forth Subject: Re: POSTFIX control structures References: <9103210411.AA14477@ucbvax.Berkeley.EDU> Sender: glenn@sharebase.com Reply-To: glenn@sharebase.com (Glenn Linderman) Followup-To: comp.lang.forth Distribution: world Organization: ShareBase Keywords: postfix,control,structures In article <9103210411.AA14477@ucbvax.Berkeley.EDU> UNBCIC%BRFAPESP.BITNET@SCFVM.GSFC.NASA.GOV writes: >I'm thinking in start to use postfix control structures. It should be easy to >add: >: PF-IF IF EXECUTE THEN ; >: PF-WHILE SWAP >R BEGIN WHILE R@ EXECUTE REPEAT R> DROP ; >and things like that. BUT.... how should I name them? Has anyone did something >like this before? I want a good name convention... > > (8-DCS) >Daniel C. Sobral >UNBCIC@BRFAPESP.BITNET Careful: You may have meant : PF-IF IF EXECUTE ELSE DROP THEN ; Newsgroups: comp.lang.forth Subject: Re: POSTFIX control structures References: <9103210411.AA14477@ucbvax.Berkeley.EDU> Sender: glenn@sharebase.com Reply-To: glenn@sharebase.com (Glenn Linderman) Followup-To: comp.lang.forth Distribution: world Organization: Teradata/ShareBase Corporation Keywords: postfix,control,structures In article <9103210411.AA14477@ucbvax.Berkeley.EDU> UNBCIC%BRFAPESP.BITNET@SCFVM.GSFC.NASA.GOV writes: >I'm thinking in start to use postfix control structures. It should be easy to >add: >: PF-IF IF EXECUTE THEN ; >: PF-WHILE SWAP >R BEGIN WHILE R@ EXECUTE REPEAT R> DROP ; >and things like that. BUT.... how should I name them? Has anyone did something >like this before? I want a good name convention... > > (8-DCS) >Daniel C. Sobral >UNBCIC@BRFAPESP.BITNET Careful: You may have meant : PF-IF IF EXECUTE ELSE DROP THEN ;