INTEGER [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
INTEGER
This statement defines a variable of type INTEGER. If the SHORT option is
included, the variable is of type SHORT INTEGER.
Syntax
{num_var} [ {num_var}]
[SHORT] INT[EGER] {arrayd } [,{arrayd }]...
Parameters
num_var Name of scalar numeric variable to be declared.
arrayd Numeric array description. The syntax for the array is
described under the DIM statement.
Examples
100 SHORT INTEGER I
120 SHORT INTEGER A,B(6,9),Sum
130 INTEGER Total
140 INTEGER Var1,Var2,Var3(1,2,3),Var4(1:10,1:10)
MPE/iX 5.0 Documentation