We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be good to have a function stdlib_version()
stdlib_version()
function stdlib_version() result(r) character(len=:), allocatable :: r r = "v0.1.0" end function
This information is useful for external build tools, and for bug reporting.
No response