Next: LSHIFT, Previous: LOGICAL, Up: Intrinsic Procedures
LONG — Convert to integer typeKIND=4 integer type, which is the same size as a C
long integer.  This is equivalent to the standard INT
intrinsic with an optional argument of KIND=4, and is only
included for backwards compatibility.
     RESULT = LONG(A)
     | A | Shall be of type INTEGER(*),REAL(*), orCOMPLEX(*). | 
INTEGER(4) variable.