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: Anonymous 2012-10-01 11:41

the ternary operator requires both results to have the same type.
That's necessary for it to be an expression. What would be the type of the expression if the two branches returned different types?

>>26
c ? (f(), g()) : (h(), i())

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