097. Use INTRINSIC to specify that compiler-provided procedures and modules are referenced#
topic: Procedures
Note
This tip is a draft1.
You can supply procedures and modules with the same names as intrinsics. To specify that the intrinsic procedure or module provided by the compiler is used write
use, intrinsic :: iso_fortran_env intrinsic :: sin
You can supply procedures and modules with the same names as intrinsics. To specify that the intrinsic procedure or module provided by the compiler is used write
— FortranTip (@fortrantip) January 21, 2022
use, intrinsic :: iso_fortran_env
intrinsic :: sin pic.twitter.com/NydDt6a9eD
- 1
From the perspective of FortranTip Browser, “draft” means that it hasn’t been edited for formatting, hasn’t had corresponding Fortran programs added, the text content hasn’t been enhanced, etc. Draft texts are extracted from the corresponding Tweet using the Twitter API.