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 2ada9fa commit 69edccfCopy full SHA for 69edccf
example/demo_run.f90
@@ -3,7 +3,7 @@ program demo_run
3
implicit none
4
integer :: exitstat
5
character(len=:), allocatable :: cmd
6
-logical, parameter T = .true., F = .false.
+logical, parameter :: T = .true., F = .false.
7
cmd = 'ls -ltrasd *.md'
8
9
call run(cmd)
0 commit comments