We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed2686 commit 8ae9e1bCopy full SHA for 8ae9e1b
src/formats_m.f90
@@ -0,0 +1,6 @@
1
+module formats
2
+ !! Useful strings for formatting `print` and `write` statements
3
+ implicit none
4
+
5
+ character(len=*), parameter :: comma_separated_values = ""(*(G0,:,','))""
6
+end module
0 commit comments