| Current Path : /lib/python3/dist-packages/numpy/f2py/tests/src/string/ |
| Current File : //lib/python3/dist-packages/numpy/f2py/tests/src/string/gh24008.f |
SUBROUTINE GREET(NAME, GREETING)
CHARACTER NAME*(*), GREETING*(*)
CHARACTER*(50) MESSAGE
MESSAGE = 'Hello, ' // NAME // ', ' // GREETING
c$$$ PRINT *, MESSAGE
END SUBROUTINE GREET