The Dink Network

Reply to Re: does dink support....

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 8th 2004, 06:11 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Second of all, there is no need for a special elseif statement when else if does the same thing.

But some programming languages will not support this:

if (something)
{
//Do something
}
else if (somethingelse)
{
//Do something else
}
else
{
//Do else
}

So do you support this? else and elseif aren't the same thing.