Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Switch statement overkill?
1
Name:
Anonymous
2011-06-27 18:27
I know a guy that says you should replace every conditional with a switch.
22
Name:
>>10
2011-06-28 16:07
>>21
switch(x < 0){
case 0: result = sqrt(x); break;
default: result = 0;
}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List