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