Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Help me /prog/

Name: Anonymous 2012-09-30 18:31

I love this style:

if (c) {f();
        g();}
else {h();
      i();}


It reminds me of LISP and takes less screen space, but my boss is a Jew and refuses to accept it. What should I do?

Name: perl 2012-10-01 8:22

>>5

c ? f(); g(); : h(); i();

//Better yet:
switch (c){
   case 1:
      f(); g();
      break;
   case 0
      h(); i();
      break;
}
//SEPPLES

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List