Skip to main content

kayfelix's definitions

if

If...Then...Else
This handy statement allows you to compare two or more conditions. It would appear like this:
IF
{condition} {operator} {condition}
THEN
{code}
ELSE
{code}
END IF

The above code is mainly a basic example, indeed, it works in Visual Basic.
A javascript(simmilar to c) could look something like this:
if (condition)
{
statements to execute
}

Search on Google for 'if {programming language}' and you should find some pages about the if statement for your language.
by kayfelix November 10, 2003
mugGet the if mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email