Constructor for new string instances from a logical of kind fbool.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=fbool), | intent(in) | :: | val |
elemental module function new_string_from_logical_fbool(val) result(new) logical(fbool), intent(in) :: val type(string_type) :: new new%raw = to_string(val) end function new_string_from_logical_fbool