Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!ucbvax!BRFAPESP.BITNET!UNBCIC From: UNBCIC@BRFAPESP.BITNET Newsgroups: comp.lang.forth Subject: POSTFIX control structures Message-ID: <9103210411.AA14477@ucbvax.Berkeley.EDU> Date: 20 Mar 91 15:19:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: UNBCIC%BRFAPESP.BITNET@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 10 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