forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Abbreviations Used to Describe Intrinsic Functions
                                             Up Contents Index Back
─────Abbreviations Used to Describe Intrinsic Functions─────────────────────
 
     Abbreviation       Data Type
 
     char               CHARACTER[*n]
     cmp                COMPLEX, COMPLEX*8, DOUBLE COMPLEX, or COMPLEX*16
     cmp8               COMPLEX*8
     cmp16              DOUBLE COMPLEX or COMPLEX*16
     dbl                DOUBLE PRECISION, REAL*8
     gen                More than one possible argument type
     integer            INTEGER*2, or INTEGER*4
     int1               INTEGER*1
     int2               INTEGER*2
     int4               INTEGER*4
     log                LOGICAL*2, or LOGICAL*4
     log1               LOGICAL*1
     log2               LOGICAL*2
     log4               LOGICAL*4
     real               DOUBLE PRECISION, or REAL*8
     real4              REAL*4
                                    -♦-