HP 3000 Manuals

SHORT [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Business BASIC/XL Reference Manual

SHORT 

This statement defines a variable as a type SHORT REAL.

The SHORT statement can also be used as an option with the REAL, DECIMAL
or INTEGER statements to declare SHORT REAL, SHORT DECIMAL, or SHORT
INTEGER types.  See each of those statements for syntax and examples.
SHORT and SHORT REAL are equivalent.

Syntax 

      {num_var} [ {num_var}]
SHORT {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 I
     120 SHORT L,M
     130 SHORT A(3)



MPE/iX 5.0 Documentation