098. VALUE attribute for procedure arguments introduced in Fortran 2003#
topic: Procedures
Note
This tip is a draft1.
If an argument has the VALUE attribute, added in Fortran 2003, changes to the dummy argument in the procedure do not change the actual argument in the the caller.
If an argument has the VALUE attribute, added in Fortran 2003, changes to the dummy argument in the procedure do not change the actual argument in the the caller.pic.twitter.com/SVdZjbaw5v
— FortranTip (@fortrantip) January 22, 2022
- 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.