Open
Description
Describe the issue
I have identified the following examples in the documentation that exhibit this behaviour:
In stdlib_stringlist_type module:
In stdlib_strings module:
For example, the program demo_inequality_operator contains the following line:
print'(a)', stringlist /= ["#4", "#3", "#1"]
When I run that example the code prints wierd characters or nothing.
Expected behaviour
If I change the previous example to:
print'(l)', stringlist /= ["#4", "#3", "#1"]
or
print *, stringlist /= ["#4", "#3", "#1"]
T or F is printed.
Technical Details
Gfortran 10.2. stdlib 323f700