Next: , Previous: IRand Intrinsic, Up: Table of Intrinsic Functions


8.11.9.153 IsaTty Intrinsic

     IsaTty(Unit)

IsaTty: LOGICAL(KIND=1) function.

Unit: INTEGER; scalar; INTENT(IN).

Intrinsic groups: unix.

Description:

Returns .TRUE. if and only if the Fortran I/O unit specified by Unit is connected to a terminal device. See isatty(3).