Home:
Tip of The Day:
if:
Tip of The Day - if
The if command comes in two flavors:
if(<condition>)
{ <true expr>
}
and
if(<condition>)
{ <true expr>
}
else
{ <false expr>
}
The condition is evaluated if it evaluates to true then 'ture expr' is executed. If not 'false expr' is evaluated
Download
|
Tutorial
|
Documentation
|
Pricing
|
Contact