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