if syntax

I really prefer:

  do whatever if true

over this

  if(true) {
    do whatever
  }

yairgo

2010-01-13 23:37:56 UTC

Back