Programming portal
Keywords
Programing Languages
Basic
Some commands from Basic:
bitwise and - Bitwise AND with another name bit clearing operati... explicit conversion to 16-bit integer - The required type conversion can be carried out as... loop with condition on the beginning - Condition testing is done at the beginning of the ... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about Basic C#
Some commands from C#:
modulo - Using the modulo operator we can calculate the rem... explicit conversion to 64-bit real number - The required type conversion can be carried out as... decrement statement - Decrement statement it is a mathematical operation... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about C# C++
Some commands from C++:
break statement - Used for the immediate interruption of the loop. a... integer division - Integer division is a mathematical operation that ... explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... octal literal - Constants of octal numeral system are also known a...
More about C++ Object Pascal
Some commands from Object Pascal:
loop with condition at the end until is false - Condition testing is done at the end of the loop. ... decimal literal - Decimal literals are also known as decimal constan... bitwise xor - The main area of application of the bitwise exclus... explicit conversion to boolean - The required type conversion can be carried out as...
More about Object Pascal PHP
Some commands from PHP:
addition - Addition is a matematical operation, it can be use... 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... continue statement - This command is used to start the next iteration. ...
More about PHP Visual Basic .NET
Some commands from Visual Basic .NET:
explicit conversion to 32-bit integer - The required type conversion can be carried out as... bitwise right shift - Bit shift to the right as many time shifts the inp... logical constant - true - Logical constant - true is used as follows: loop with condition at the end - Condition testing is done at the end of the loop. ...
More about Visual Basic .NET Free Pascal
Some commands from Free Pascal:
modulo - Using the modulo operator we can calculate the rem... explicit conversion to 64-bit unsigned integer - The required type conversion can be carried out as... 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 Free Pascal Pascal
Some commands from Pascal:
loop with condition at the end until is false - Condition testing is done at the end of the loop. ... multi line comment - In the case of multi-line comments from start tags... 32-bit real number - 32-bit real number and his value range: from -3.4 ... bitwise xor - The main area of application of the bitwise exclus...
More about Pascal Visual C++ .NET
Some commands from Visual C++ .NET:
explicit conversion to 32-bit unsigned integer - The required type conversion can be carried out as... bitwise not - Bitwise 1 complement, also known as bit negation o... hexadecimal literal - Hexadecimal integer constant, also known as base 1... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about Visual C++ .NET C
Some commands from C:
variable declaration - Variable declaration is used for its creation. increment statement - It is a mathematical operation that is used to inc... octal literal - Constants of octal numeral system are also known a... greater than - Greater than operator is a logical operator that i...
More about C JavaScript
Some commands from JavaScript:
logical and - Logical and works as follows: just in case it's tr... break statement - Used for the immediate interruption of the loop. a... explicit conversion to boolean - The required type conversion can be carried out as... multi line comment - In the case of multi-line comments from start tags...
More about JavaScript Java
Some commands from Java:
hexadecimal literal - Hexadecimal integer constant, also known as base 1... boolean data type - One type that is used to store logical values. can... decrement statement - Decrement statement it is a mathematical operation... bitwise or - Bitwise AND or with another name setting to 1. it ...
More about Java FreeBASIC
Some commands from FreeBASIC:
loop with condition at the end - Condition testing is done at the end of the loop. ... hexadecimal literal - Hexadecimal integer constant, also known as base 1... parenthesis operator - We can use parentheses to change the order of expr... 32-bit unsigned integer - 32-bit unsigned integer type is used to store only...
More about FreeBASIC