
PT-Basic Programming Manual Ver. 1.00 14/143
3 Command Sets
3.1 General commands
To return the absolute value of a numeric expression.
A% = ABS(N%) or A% = ABS(N!)
Num1% = 2.89
Num2% = 9.55
Difference% = ABS (Num1% - Num2%)
A% is numeric variable to be assigned to the absolute value
of a numeric expression.
N% or N! is a numeric expression, it can be an integer or a
real number.
To specify the maximum value of variable subscripts and to
allocate storage accordingly.
DIM Array (range {,range}) {, Array(range {,range})}
Array is an array variable.
Range can be an integer or an integer expression.
Commentaires sur ces manuels