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