BASIC commands
3.2
All BASIC commands
3.2.1
+ (Addition)
/i
Type
Mathematical function
Syntax
expression1 + expression2
Description
The operator + adds two expressions.
Arguments
•
expression1
Any valid BASIC expression.
•
expression2
Any valid BASIC expression.
Example
result = 4 + 3
Assigns the value 7 to the variable result.
See also
N/A
3.2.2
- (Subtraction)
/i
Type
Mathematical function
Syntax
expression1 - expression2
Description
The operator - subtracts expression2 from expression1.
Arguments
•
expression1
Any valid BASIC expression.
•
expression2
Any valid BASIC expression.
Example
result = 10 - 2
Assigns the value 8 to the variable result.
See also
N/A
PROGRAMMING MANUAL
3.2.3
* (Multiplication)
/i
Type
Mathematical function
Syntax
expression1 * expression2
Description
The operator * multiplies two expressions.
Arguments
•
expression1
Any valid BASIC expression.
•
expression2
Any valid BASIC expression.
Example
result = 3 * 7
Assigns the value 21 to the variable result.
See also
N/A
3.2.4
/ (Division)
/i
Type
Mathematical function
Syntax
expression1 / expression2
Description
The operator / divides expression1 by expression2.
Arguments
•
expression1
Any valid BASIC expression.
•
expression2
Any valid BASIC expression.
Example
result = 11 / 4
Assigns the value 2.75 to the variable result.
See also
N/A
26
Need help?
Do you have a question about the TJ2-MC64 - PROGRAMMING and is the answer not in the manual?
Questions and answers