does elsif exist in java?

Started by
2 comments, last by jbadams 17 years, 6 months ago
does elsif exist in java?
Sylvarant @www.gamedesign.be
Advertisement
"else if"
This space for rent.
Arghhhhh preprocessor definitions.

Only if you will tell you IDE to expand all elif for you.

if(something) {    } else {      if(somethingElse){}}


This is only legal way (aside using switch instead of if).

Clickeh.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement