| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: scsh script --- comments and queries, Jeff de Vries |
|---|---|
| Next by Date: | Re: scsh script --- comments and queries "(:", Michal Maruška |
| Previous by Thread: | Re: scsh script --- comments and queries, Jeff de Vries |
| Next by Thread: | Re: scsh script --- comments and queries "(:", Michal Maruška |
| Indexes: | [Date] [Thread] [Top] [All Lists] |