REXX - Restructured Extended Executor.
REXX is a structured, high level programming language and it was designed by "Mike Cowlishaw" (IBM).
Sample REXX Program -
///*REXX*/
//SAY 'Welcome to REXX world!'
SAY - It is used to print the string on console. Its like DISPLAY in cobol.