scsh-users
[Top] [All Lists]

Re: scsh script --- comments and queries

To: Jeff de Vries <jdevries@pfrog.com>
Subject: Re: scsh script --- comments and queries
From: "David S." <davids@idiom.com>
Date: Sun, 12 May 2002 02:19:19 -0700
Cc: scsh-news@zurich.ai.mit.edu
> Just:
> 
> x = condition;

Actually just:

        x = (condition);

David S.

> 
> 
> Joe Marshall wrote:
> 
> > --- when you consider that a C-like
> > > language would just do it thus:
> > >
> > > if (condition)
> > > {x = true;}
> > > else
> > > {x = false;}
> >
> >      x = condition ? true : false;
> >
> > C has conditional expressions, no one uses them much.

<Prev in Thread] Current Thread [Next in Thread>