They are equivalent. There is no difference in their usage.
You can employ this to print one of the quotation characters:
print *, "'"
print *, '"'
prints first '
and then "
.
Note: You can also use two quote characters in a row to print one:
print *, """"
print *, ''''
prints first "
and then '
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…