Programming portal
Keywords
Programing Languages
Visual Basic .NET
Some commands from Visual Basic .NET:
explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... Equal to - Equal to operator is a logical operator that is us... loop with condition at the end until is false - Condition testing is done at the end of the loop. ... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about Visual Basic .NET Object Pascal
Some commands from Object Pascal:
greater than or equal to - Greater than or equal to operator is a logical ope... 32-bit real number - 32-bit real number and his value range: from -3.4 ... loop with condition on the beginning - Condition testing is done at the beginning of the ... logical constant - true - Logical constant - true is used as follows:
More about Object Pascal Free Pascal
Some commands from Free Pascal:
boolean data type - One type that is used to store logical values. can... increment statement - It is a mathematical operation that is used to inc... assignment - The assignment operator is used to assign a value ... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about Free Pascal C#
Some commands from C#:
logical or - Logical OR works as follows: just in case it's the... boolean data type - One type that is used to store logical values. can... 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# Basic
Some commands from Basic:
variable declaration - Variable declaration is used for its creation. loop with condition at the end until is false - Condition testing is done at the end of the loop. ... Not equal to - Not equal to operator is a logical operator that i... single line comment - In the case of single-line comments from start tag...
More about Basic JavaScript
Some commands from JavaScript:
less than or equal to - Less than or equal to operator is a logical operat... decimal literal - Decimal literals are also known as decimal constan... loop with condition on the beginning - Condition testing is done at the beginning of the ... explicit conversion to boolean - The required type conversion can be carried out as...
More about JavaScript PHP
Some commands from PHP:
64-bit real number - 64-bit real number and his value range: from - 1.7... Equal to - Equal to operator is a logical operator that is us... conditional statement - By conditions we can control our program. thanks c... logical constant - false - Logical constant - false is used as follows:
More about PHP Visual C++ .NET
Some commands from Visual C++ .NET:
integer division - Integer division is a mathematical operation that ... 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 - true - Logical constant - true is used as follows:
More about Visual C++ .NET FreeBASIC
Some commands from FreeBASIC:
bitwise not - Bitwise 1 complement, also known as bit negation o... 16-bit integer - 16-bit signed integer type is used to store negati... 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 FreeBASIC C++
Some commands from C++:
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... parenthesis operator - We can use parentheses to change the order of expr... 32-bit real number - 32-bit real number and his value range: from -3.4 ...
More about C++ C
Some commands from C:
loop with condition on the beginning - Condition testing is done at the beginning of the ... hexadecimal literal - Hexadecimal integer constant, also known as base 1... explicit conversion to 16-bit integer - The required type conversion can be carried out as... bitwise not - Bitwise 1 complement, also known as bit negation o...
More about C Pascal
Some commands from Pascal:
bitwise right shift - Bit shift to the right as many time shifts the inp... explicit conversion to boolean - The required type conversion can be carried out as... floatingpoint constant - Signed decimal number, is made from whole and frac... break statement - Used for the immediate interruption of the loop. a...
More about Pascal Java
Some commands from Java:
32-bit integer - 32-bit signed integer type is used to store negati... logical constant - false - Logical constant - false is used as follows: bitwise not - Bitwise 1 complement, also known as bit negation o... decrement statement - Decrement statement it is a mathematical operation...
More about Java