| www.delorie.com/gnu/docs/gcc/g77_150.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
DiM(X, Y) |
DiM: INTEGER or REAL function, the exact type being the result of cross-promoting the
types of all the arguments.
X: INTEGER or REAL; scalar; INTENT(IN).
Y: INTEGER or REAL; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
Returns `X-Y' if X is greater than Y; otherwise returns zero.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |