All
Keyword if
Keyword if can be: conditional statement. Keyword if we can find in languages: C, C++, Visual C++ .NET, C#, Java, JavaScript, PHP, Pascal, Object Pascal, Free Pascal, Basic, FreeBASIC, Visual Basic .NETconditional statementKeyword if you can find in: C C++ Visual C++ .NET C# Java JavaScript PHP
if (condition) statement1
conditional statementKeyword if you can find in: Pascal Object Pascal Free Pascal
if condition then statement1;
conditional statementKeyword if you can find in: Basic FreeBASIC Visual Basic .NET
if condition then
statements1
end if