penf_stringify-doctest-6.f90 Source File


This file depends on

sourcefile~~penf_stringify-doctest-6.f90~~EfferentGraph sourcefile~penf_stringify-doctest-6.f90 penf_stringify-doctest-6.f90 sourcefile~penf_stringify.f90 penf_stringify.F90 sourcefile~penf_stringify-doctest-6.f90->sourcefile~penf_stringify.f90 sourcefile~penf.f90 penf.F90 sourcefile~penf_stringify-doctest-6.f90->sourcefile~penf.f90 sourcefile~penf_b_size.f90 penf_b_size.F90 sourcefile~penf_stringify.f90->sourcefile~penf_b_size.f90 sourcefile~penf_global_parameters_variables.f90 penf_global_parameters_variables.F90 sourcefile~penf_stringify.f90->sourcefile~penf_global_parameters_variables.f90 sourcefile~penf.f90->sourcefile~penf_stringify.f90 sourcefile~penf.f90->sourcefile~penf_b_size.f90 sourcefile~penf.f90->sourcefile~penf_global_parameters_variables.f90 sourcefile~penf_b_size.f90->sourcefile~penf_global_parameters_variables.f90

Contents


Source Code

program volatile_doctest
use penf_stringify
 use penf
 character(len=:, kind=UCS4), allocatable :: string
 string = str_ascii(UCS4_'I was UCS4 kind and I am still UCS4')
 print "(A)", string
endprogram volatile_doctest