else if(?)

can you use more then one else if's in an if statment??

i.e

if(condition) {code}
else if(condition) {code }
else if(condition) {code }
else if(condition) {code }
else {code}

would this be valid? or are you limited to one?

yes

If you would have tried it out you would have seen that it works.
http://www.hackwars.net/wiki/index.php/Scheme-like_Script_Interpreter
scroll down to HTTP functions and you will see a few.

thanks

sorry, i missed that bit.

but that does clear it up, thanks