- Joined
- Oct 11, 2012
- Messages
- 711
Hi all, whats the difference between "else if" and "elseif"?
THanks.
JASS:
if....then
else
if....then
else
if....then
endif
endif
endif
if....then
elseif....then
elseif....then
elseif.....then
endif