Code Translation Project
Don't lose in a world of programming languages
Basic
Lexical elements
Constants
Integer constants
Hexadecimal literal
Decimal literal
Octal literal
Floating point constants
Floatingpoint constant
Comments
Single line comment
Types and variables
Basic data types
Numbers
Integers
Signed
16-bit integer
32-bit integer
Real numbers
32-bit real number
64-bit real number
Type conversions
Explicit
To 16-bit integer
To 32-bit integer
To 32-bit real number
To 64-bit real number
Variables
Variable declaration
Variable use
Automatic variable
Automatic variable declaration
Program structure
Statements
Expressions
Operators
Parenthesis operator
Arithmetic operators
Addition
Subtraction
Multiplication
Division
Integer division
Modulo
Additive inverse
Bitwise
Bitwise and
Bitwise or
Bitwise not
Bitwise xor
Relational
Less than
Greater than
Less than or equal to
Greater than or equal to
Equal to
Not equal to
Assignment
Assignment
Statements
Loops
Loop with condition at the end
Loop with condition at the end until is false
Loop with condition on the beginning
Loop with condition on the beginning until is false
Conditional statements
Conditional statement
Jump statements
Break statement
Continue statement
Basic
.
Lexical elements
.
Comments
Basic - Multi line comment
In the case of multi-line comments from start tags to the end tags, each character is interpreted as a comment. these characters will not be evaluated.
Multi line comment in another programming language:
All
Basic
C
C++
Visual C++ .NET
C#
Java
JavaScript
Pascal
Object Pascal
Free Pascal
PHP