Programming portal
Keywords
Programing Languages
FreeBASIC
Some commands from FreeBASIC:
bitwise or - Bitwise AND or with another name setting to 1. it ... 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 ... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about FreeBASIC Object Pascal
Some commands from Object Pascal:
explicit conversion to 16-bit unsigned integer - The required type conversion can be carried out as... logical or - Logical OR works as follows: just in case it's the... block statement - A compound statement is also known as block. to co... decimal literal - Decimal literals are also known as decimal constan...
More about Object Pascal Visual Basic .NET
Some commands from Visual Basic .NET:
64-bit integer - 64-bit signed integer type is used to store negati... greater than - Greater than operator is a logical operator that i... loop with condition at the end - Condition testing is done at the end of the loop. ... logical constant - true - Logical constant - true is used as follows:
More about Visual Basic .NET Visual C++ .NET
Some commands from Visual C++ .NET:
explicit conversion to 64-bit unsigned integer - The required type conversion can be carried out as... bitwise xor - The main area of application of the bitwise exclus... logical constant - false - Logical constant - false is used as follows: loop with condition at the end - Condition testing is done at the end of the loop. ...
More about Visual C++ .NET Pascal
Some commands from Pascal:
logical and - Logical and works as follows: just in case it's tr... 8-bit unsigned integer - 8-bit unsigned integer type is used to store only ... loop with condition at the end until is false - Condition testing is done at the end of the loop. ... logical constant - false - Logical constant - false is used as follows:
More about Pascal JavaScript
Some commands from JavaScript:
bitwise left shift - Bit shift to the left as many time shifts the inpu... logical constant - true - Logical constant - true is used as follows: break statement - Used for the immediate interruption of the loop. a... explicit conversion to boolean - The required type conversion can be carried out as...
More about JavaScript PHP
Some commands from PHP:
bitwise xor - The main area of application of the bitwise exclus... logical constant - true - Logical constant - true is used as follows: 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...
More about PHP C#
Some commands from C#:
bitwise or - Bitwise AND or with another name setting to 1. it ... explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... single line comment - In the case of single-line comments from start tag... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about C# Java
Some commands from Java:
conditional statement - By conditions we can control our program. thanks c... 16-bit integer - 16-bit signed integer type is used to store negati... hexadecimal literal - Hexadecimal integer constant, also known as base 1... greater than - Greater than operator is a logical operator that i...
More about Java C
Some commands from C:
modulo - Using the modulo operator we can calculate the rem... automatic variable declaration - Variable declaration is used for its creation. conditional statement - By conditions we can control our program. thanks c... floatingpoint constant - Signed decimal number, is made from whole and frac...
More about C Basic
Some commands from Basic:
loop with condition at the end - Condition testing is done at the end of the loop. ... less than or equal to - Less than or equal to operator is a logical operat... variable use - Using variables, you can access the data stored in... hexadecimal literal - Hexadecimal integer constant, also known as base 1...
More about Basic Free Pascal
Some commands from Free Pascal:
explicit conversion to 8-bit unsigned integer - The required type conversion can be carried out as... modulo - Using the modulo operator we can calculate the rem... single line comment - In the case of single-line comments from start tag... loop with condition on the beginning - Condition testing is done at the beginning of the ...
More about Free Pascal C++
Some commands from C++:
addition - Addition is a matematical operation, it can be use... single line comment - In the case of single-line comments from start tag... 8-bit unsigned integer - 8-bit unsigned integer type is used to store only ... loop with condition at the end - Condition testing is done at the end of the loop. ...
More about C++