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

Flipping variable

Name: Anonymous 2010-11-05 16:50


if(foo == 0)
    foo = 44;
else
    foo = 0;



How do I change that into a single line that does the trick using arithmetic?

Name: Anonymous 2010-11-05 22:48

v1 ? s1 : v2 ? s2 : v3 ? s3 : v4;

ternary considered harmful

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