31ph4n70m

reverse_string.cbl

Nov 19th, 2019
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
COBOL 0.16 KB | None | 0 0
  1. *> cobol solution to codeabbey challenge 30
  2. IDENTIFICATION DIVISION.
  3. PROGRAM-ID. reverse string.
  4. PROCEDURE DIVISION.
  5.     MOVE FUNCTION REVERSE(s) TO t
  6. STOP RUN.
Add Comment
Please, Sign In to add comment