Next: LONG, Previous: LOG_GAMMA, Up: Intrinsic Procedures [Contents][Index]
LOGICAL — Convert to logical typeConverts one kind of LOGICAL variable to another.
Fortran 95 and later
Elemental function
RESULT = LOGICAL(L [, KIND])
| L | The type shall be LOGICAL. |
| KIND | (Optional) An INTEGER initialization
expression indicating the kind parameter of the result. |
The return value is a LOGICAL value equal to L, with a
kind corresponding to KIND, or of the default logical kind if
KIND is not given.