Programming portal
Keywords
Programing Languages
Object Pascal
Some commands from Object Pascal:
Subtraction - Subtraction is a matematical operation, it can be ... variable declaration - Variable declaration is used for its creation. conditional statement - By conditions we can control our program. thanks c... decimal literal - Decimal literals are also known as decimal constan...
More about Object Pascal FreeBASIC
Some commands from FreeBASIC:
logical constant - true - Logical constant - true is used as follows: variable use - Using variables, you can access the data stored in... loop with condition on the beginning until is false - Condition testing is done at the beginning of the ... bitwise xor - The main area of application of the bitwise exclus...
More about FreeBASIC Basic
Some commands from Basic:
bitwise and - Bitwise AND with another name bit clearing operati... decimal literal - Decimal literals are also known as decimal constan... break statement - Used for the immediate interruption of the loop. a... explicit conversion to 64-bit real number - The required type conversion can be carried out as...
More about Basic Pascal
Some commands from Pascal:
logical and - Logical and works as follows: just in case it's tr... conditional statement - By conditions we can control our program. thanks c... explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... multi line comment - In the case of multi-line comments from start tags...
More about Pascal C#
Some commands from C#:
division - Division is a matematical operation, it can be use... explicit conversion to 8-bit integer - The required type conversion can be carried out as... decimal literal - Decimal literals are also known as decimal constan... break statement - Used for the immediate interruption of the loop. a...
More about C# JavaScript
Some commands from JavaScript:
block statement - A compound statement is also known as block. to co... variable use - Using variables, you can access the data stored in... Not equal to - Not equal to operator is a logical operator that i... logical constant - false - Logical constant - false is used as follows:
More about JavaScript PHP
Some commands from PHP:
logical constant - true - Logical constant - true is used as follows: boolean data type - One type that is used to store logical values. can... logical and - Logical and works as follows: just in case it's tr... loop with condition on the beginning - Condition testing is done at the beginning of the ...
More about PHP C
Some commands from C:
greater than - Greater than operator is a logical operator that i... 64-bit real number - 64-bit real number and his value range: from - 1.7... block statement - A compound statement is also known as block. to co... single line comment - In the case of single-line comments from start tag...
More about C Visual C++ .NET
Some commands from Visual C++ .NET:
bitwise not - Bitwise 1 complement, also known as bit negation o... explicit conversion to boolean - The required type conversion can be carried out as... increment statement - It is a mathematical operation that is used to inc... multi line comment - In the case of multi-line comments from start tags...
More about Visual C++ .NET C++
Some commands from C++:
automatic variable declaration - Variable declaration is used for its creation. division - Division is a matematical operation, it can be use... octal literal - Constants of octal numeral system are also known a... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about C++ Java
Some commands from Java:
logical or - Logical OR works as follows: just in case it's the... hexadecimal literal - Hexadecimal integer constant, also known as base 1... variable declaration - Variable declaration is used for its creation. expression statement - Expression statement is evaluating the expression,...
More about Java Free Pascal
Some commands from Free Pascal:
additive inverse - Operator negative sign is used to change the sign ... 16-bit unsigned integer - 16-bit unsigned integer type is used to store only... loop with condition on the beginning - Condition testing is done at the beginning of the ... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about Free Pascal Visual Basic .NET
Some commands from Visual Basic .NET:
logical constant - true - Logical constant - true is used as follows: bitwise and - Bitwise AND with another name bit clearing operati... 64-bit unsigned integer - 64-bit unsigned integer type is used to store only... continue statement - This command is used to start the next iteration. ...
More about Visual Basic .NET