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