/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ numpy
/ f2py
/ tests
/ src
/ string
/ gh24662.f90
Run
Starting...
Stop
View File
Save
subroutine string_inout_optional(output) implicit none character*(32), optional, intent(inout) :: output if (present(output)) then output="output string" endif end subroutine
Memory