c

Results 1 comments of c

Maybe we can follow the style of the intrinsic functions :). For example, try the following codes. ```fortran program main implicit none call test_optional(1) call test_optional(2) call test_optional() contains subroutine...