Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
local
/
lib64
/
python3.9
/
site-packages
/
numpy
/
f2py
/
tests
/
src
/
string
📤 Upload
📝 New File
📁 New Folder
Close
Editing: gh24662.f90
subroutine string_inout_optional(output) implicit none character*(32), optional, intent(inout) :: output if (present(output)) then output="output string" endif end subroutine
Save
Cancel