-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
ideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss it

Description
Motivation
It would be good to have a function 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.
Prior Art
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
ideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss it