Programming portal
Keywords
Programing Languages
Basic
Some commands from Basic:
assignment - The assignment operator is used to assign a value ... 16-bit integer - 16-bit signed integer type is used to store negati... hexadecimal literal - Hexadecimal integer constant, also known as base 1... loop with condition on the beginning - Condition testing is done at the beginning of the ...
More about Basic Visual Basic .NET
Some commands from Visual Basic .NET:
loop with condition at the end - Condition testing is done at the end of the loop. ... explicit conversion to 64-bit unsigned integer - The required type conversion can be carried out as... logical constant - true - Logical constant - true is used as follows: bitwise xor - The main area of application of the bitwise exclus...
More about Visual Basic .NET Java
Some commands from Java:
decrement statement - Decrement statement it is a mathematical operation... explicit conversion to 64-bit integer - The required type conversion can be carried out as... addition - Addition is a matematical operation, it can be use... decimal literal - Decimal literals are also known as decimal constan...
More about Java JavaScript
Some commands from JavaScript:
break statement - Used for the immediate interruption of the loop. a... logical constant - true - Logical constant - true is used as follows: division - Division is a matematical operation, it can be use... variable use - Using variables, you can access the data stored in...
More about JavaScript Free Pascal
Some commands from Free Pascal:
explicit conversion to 64-bit unsigned integer - The required type conversion can be carried out as... 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...
More about Free Pascal C
Some commands from C:
explicit conversion to 64-bit real number - The required type conversion can be carried out as... logical and - Logical and works as follows: just in case it's tr... multi line comment - In the case of multi-line comments from start tags... increment statement - It is a mathematical operation that is used to inc...
More about C PHP
Some commands from PHP:
multiplication - Multiplication is a matematical operation, it can ... 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... explicit conversion to 32-bit integer - The required type conversion can be carried out as...
More about PHP C++
Some commands from C++:
decrement statement - Decrement statement it is a mathematical operation... addition - Addition is a matematical operation, it can be use... 8-bit unsigned integer - 8-bit unsigned integer type is used to store only ... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about C++ FreeBASIC
Some commands from FreeBASIC:
32-bit unsigned integer - 32-bit unsigned integer type is used to store only... greater than or equal to - Greater than or equal to operator is a logical ope... loop with condition at the end until is false - Condition testing is done at the end of the loop. ... single line comment - In the case of single-line comments from start tag...
More about FreeBASIC C#
Some commands from C#:
less than - Less than operator is a logical operator that is u... decimal literal - Decimal literals are also known as decimal constan... explicit conversion to 8-bit integer - The required type conversion can be carried out as... break statement - Used for the immediate interruption of the loop. a...
More about C# Pascal
Some commands from Pascal:
continue statement - This command is used to start the next iteration. ... multiplication - Multiplication is a matematical operation, it can ... floatingpoint constant - Signed decimal number, is made from whole and frac... explicit conversion to 16-bit integer - The required type conversion can be carried out as...
More about Pascal Object Pascal
Some commands from Object Pascal:
multiplication - Multiplication is a matematical operation, it can ... explicit conversion to 32-bit integer - The required type conversion can be carried out as... single line comment - In the case of single-line comments from start tag... break statement - Used for the immediate interruption of the loop. a...
More about Object Pascal Visual C++ .NET
Some commands from Visual C++ .NET:
decimal literal - Decimal literals are also known as decimal constan... Equal to - Equal to operator is a logical operator that is us... 32-bit unsigned integer - 32-bit unsigned integer type is used to store only... block statement - A compound statement is also known as block. to co...
More about Visual C++ .NET