/* Rexx Lab Debug Exercise A */
/* Run this program, and correct it so it displays the following
   strings correctly:
                      Rexx Lab
                      Exercise                                        */
 
string1 = "Rexx" 'Lab'
say string11
 
string2 = "Exerc"||"ise'
say string2