View Single Post
Old 9th April 2013, 11:56   #11  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Code:
   x =  (z == true) ? Q * 17 : Q * 21                                     # assignment

  (z == false) ? Do_somthing(q) : Do_something_else(q)    # select one of two funcs

  (z == true) ? Do_anything(q) : Nop                                  # conditional do something
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 9th April 2013 at 12:15.
StainlessS is offline   Reply With Quote