Programming portal
Keywords
Programing Languages
Pascal
Some commands from Pascal:
bitwise right shift - Bit shift to the right as many time shifts the inp... 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 ... decimal literal - Decimal literals are also known as decimal constan...
More about Pascal PHP
Some commands from PHP:
logical negation - The logical negation operator is used to determine... loop with condition on the beginning - Condition testing is done at the beginning of the ... 64-bit real number - 64-bit real number and his value range: from - 1.7... logical constant - true - Logical constant - true is used as follows:
More about PHP JavaScript
Some commands from JavaScript:
addition - Addition is a matematical operation, it can be use... conditional statement - By conditions we can control our program. thanks c... floatingpoint constant - Signed decimal number, is made from whole and frac... explicit conversion to boolean - The required type conversion can be carried out as...
More about JavaScript C
Some commands from C:
explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... bitwise left shift - Bit shift to the left as many time shifts the inpu... continue statement - This command is used to start the next iteration. ... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about C Free Pascal
Some commands from Free Pascal:
modulo - Using the modulo operator we can calculate the rem... explicit conversion to 32-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 ... single line comment - In the case of single-line comments from start tag...
More about Free Pascal Object Pascal
Some commands from Object Pascal:
variable use - Using variables, you can access the data stored in... decrement statement - Decrement statement it is a mathematical operation... logical or - Logical OR works as follows: just in case it's the... multi line comment - In the case of multi-line comments from start tags...
More about Object Pascal Java
Some commands from Java:
hexadecimal literal - Hexadecimal integer constant, also known as base 1... automatic variable declaration - Variable declaration is used for its creation. increment statement - It is a mathematical operation that is used to inc... assignment - The assignment operator is used to assign a value ...
More about Java C#
Some commands from C#:
hexadecimal literal - Hexadecimal integer constant, also known as base 1... parenthesis operator - We can use parentheses to change the order of expr... 8-bit unsigned integer - 8-bit unsigned integer type is used to store only ... break statement - Used for the immediate interruption of the loop. a...
More about C# C++
Some commands from C++:
expression statement - Expression statement is evaluating the expression,... multi line comment - In the case of multi-line comments from start tags... 16-bit integer - 16-bit signed integer type is used to store negati... less than - Less than operator is a logical operator that is u...
More about C++ Visual C++ .NET
Some commands from Visual C++ .NET:
decimal literal - Decimal literals are also known as decimal constan... integer division - Integer division is a mathematical operation that ... explicit conversion to 64-bit real number - The required type conversion can be carried out as... increment statement - It is a mathematical operation that is used to inc...
More about Visual C++ .NET Visual Basic .NET
Some commands from Visual Basic .NET:
64-bit real number - 64-bit real number and his value range: from - 1.7... bitwise not - Bitwise 1 complement, also known as bit negation o... continue statement - This command is used to start the next iteration. ... octal literal - Constants of octal numeral system are also known a...
More about Visual Basic .NET FreeBASIC
Some commands from FreeBASIC:
explicit conversion to 32-bit integer - The required type conversion can be carried out as... addition - Addition is a matematical operation, it can be use... 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 FreeBASIC Basic
Some commands from Basic:
variable use - Using variables, you can access the data stored in... Equal to - Equal to operator is a logical operator that is us... conditional statement - By conditions we can control our program. thanks c... single line comment - In the case of single-line comments from start tag...
More about Basic