We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SELECTED_CHAR_KIND
NAME
Consider the following code:
program main print *,selected_char_kind(" ascii") ! heading space test end
All gfortran, ifort and XLF returns -1 because of the heading space. Flang returns 1 however. Is this different behavior intentional?
-1
1