Re: [stack] Thread, a vaguely related query language (and hello!)

Chris Double <[email protected]> Wed, 20 Oct 2010 12:50:54 +1300
Newsgroups gmane.comp.lang.concatenative
Message-ID <[email protected]>
On Tue, Oct 12, 2010 at 3:07 AM, chris glur <[email protected]> wrote:
> IIRC from a mere 2 days ago - because I don't WANT to clutter my mind with
> these new-fad languages: factor's 'IfThenElse' construct's syntax is:
> [<predicate>] [<then statement>] [<else statement] "if".

Factor's 'if' is:

  boolean [ then ] [ else ] if

You might be thinking of Joy which is:

  [ predicate ] [ then ] [ else ] ifte

Chris.
-- 
http://www.bluishcoder.co.nz