Re: if then else short form

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 language tutorial (basic)...

>if ( a=b ) ? a=1 ; a=2;
  a = a==b ? 1 : 2 ;
Cheer,
Manoj Kr. Sheoran 
Software Engg. 
Daffodil Software Ltd. 
web: www.daffodildb.com 
INDIA 






On Fri, 2005-01-21 at 17:31, Ben Edwards wrote:
> I seem to remember seing someone use a abreaviated form of a
> if/them/else of the type that can be used in java.
> 
> It was something like
> 
> if ( a=b ) ? a=1 ; a=2;
> 
> Anybody know what the correct syntax is?
> 
> Ben
> -- 
> Ben Edwards - Poole, UK, England
> WARNING:This email contained partisan views - dont ever accuse me of
> using the veneer of objectivity
> If you have a problem emailing me use
> http://www.gurtlush.org.uk/profiles.php?uid=4
> (email address this email is sent from may be defunct)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux