2022-11-11 19:03:30 -08:00

8 lines
195 B
Fortran

@ A port with string parameters
port String(
str80: string, @< A string of size 80
ref str80Ref: string,
str100: string size 100, @< A string of size 100
ref str100Ref: string size 100
)