| www.delorie.com/gnu/docs/gcc/g77_609.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
g77 does not allow REAL and other non-integral types for
arguments to intrinsics like And, Or, and Shift.
For example, this program is rejected by g77, because
the intrinsic Iand does not accept REAL arguments:
DATA A/7.54/, B/9.112/ PRINT *, IAND(A, B) END |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |