Path: utzoo!attcan!uunet!lll-winken!sun-barr!cs.utexas.edu!samsung!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!hp-pcd!hplsla!janh From: janh@hplsla.HP.COM (Jan Hofland) Newsgroups: comp.lang.forth Subject: name for branch if true operation? Message-ID: <6780004@hplsla.HP.COM> Date: 27 Sep 90 16:41:35 GMT Organization: HP Lake Stevens, WA Lines: 13 I have been looking through the internals of a forth implemented on the Motorola MC68HC11. There is a primitive in the code that performs a branch if the top of stack is non-zero. Is there a common word for this kind of branch? I am familiar with the conditional branch primitive ?BRANCH which branches if top of stack is zero. I would prefer not to make up a name for this conditional out of my imagination if there is a name in common usage. Regards, Jan Hofland janh@hplsla.HP.COM