Double quote by teebee

program-id.q.data division.working-storage section.
1 s pic x(99).
procedure division.accept s.display'"'function trim(s)'"'.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page