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