Programming portal
Keywords
Programing Languages
Pascal
Some commands from Pascal:
8-bit unsigned integer - 8-bit unsigned integer type is used to store only ... decrement statement - Decrement statement it is a mathematical operation... logical constant - true - Logical constant - true is used as follows: bitwise right shift - Bit shift to the right as many time shifts the inp...
More about Pascal Visual C++ .NET
Some commands from Visual C++ .NET:
bitwise right shift - Bit shift to the right as many time shifts the inp... 64-bit real number - 64-bit real number and his value range: from - 1.7... octal literal - Constants of octal numeral system are also known a... break statement - Used for the immediate interruption of the loop. a...
More about Visual C++ .NET C++
Some commands from C++:
bitwise xor - The main area of application of the bitwise exclus... loop with condition at the end - Condition testing is done at the end of the loop. ... explicit conversion to 16-bit integer - The required type conversion can be carried out as... logical constant - false - Logical constant - false is used as follows:
More about C++ PHP
Some commands from PHP:
bitwise left shift - Bit shift to the left as many time shifts the inpu... 64-bit real number - 64-bit real number and his value range: from - 1.7... decimal literal - Decimal literals are also known as decimal constan... conditional statement - By conditions we can control our program. thanks c...
More about PHP Java
Some commands from Java:
division - Division is a matematical operation, it can be use... loop with condition at the end - Condition testing is done at the end of the loop. ... explicit conversion to 64-bit integer - The required type conversion can be carried out as... logical constant - false - Logical constant - false is used as follows:
More about Java FreeBASIC
Some commands from FreeBASIC:
logical constant - true - Logical constant - true is used as follows: less than or equal to - Less than or equal to operator is a logical operat... 32-bit unsigned integer - 32-bit unsigned integer type is used to store only... continue statement - This command is used to start the next iteration. ...
More about FreeBASIC Free Pascal
Some commands from Free Pascal:
variable declaration - Variable declaration is used for its creation. bitwise not - Bitwise 1 complement, also known as bit negation o... octal literal - Constants of octal numeral system are also known a... block statement - A compound statement is also known as block. to co...
More about Free Pascal Object Pascal
Some commands from Object Pascal:
addition - Addition is a matematical operation, it can be use... break statement - Used for the immediate interruption of the loop. a... hexadecimal literal - Hexadecimal integer constant, also known as base 1... explicit conversion to 64-bit real number - The required type conversion can be carried out as...
More about Object Pascal JavaScript
Some commands from JavaScript:
bitwise or - Bitwise AND or with another name setting to 1. it ... logical constant - true - Logical constant - true is used as follows: variable use - Using variables, you can access the data stored in... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about JavaScript Visual Basic .NET
Some commands from Visual Basic .NET:
modulo - Using the modulo operator we can calculate the rem... 16-bit integer - 16-bit signed integer type is used to store negati... loop with condition on the beginning - Condition testing is done at the beginning of the ... logical constant - false - Logical constant - false is used as follows:
More about Visual Basic .NET C#
Some commands from C#:
integer division - Integer division is a mathematical operation that ... loop with condition on the beginning - Condition testing is done at the beginning of the ... multi line comment - In the case of multi-line comments from start tags... explicit conversion to boolean - The required type conversion can be carried out as...
More about C# C
Some commands from C:
16-bit unsigned integer - 16-bit unsigned integer type is used to store only... logical negation - The logical negation operator is used to determine... single line comment - In the case of single-line comments from start tag... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about C Basic
Some commands from Basic:
Not equal to - Not equal to operator is a logical operator that i... variable use - Using variables, you can access the data stored in... octal literal - Constants of octal numeral system are also known a... loop with condition at the end until is false - Condition testing is done at the end of the loop. ...
More about Basic