1 2 3 4 5 6 7 8
subroutine stringfy(string) character*60 string c utility for converting into string string = 'START' return end