diff --git a/refEmulate b/refEmulate
index 8bf2152918c364a426720e97b2a59a03f8f60e77..745b8a6edc18e2a5f5b9a4a5dce841ac3a6d1b5c 100755
--- a/refEmulate
+++ b/refEmulate
@@ -84,6 +84,8 @@ files.each do |file_path|
     unless $options[:assemble_only] then
       puts "-- Emulation Output:" 
       puts json['emulator_out']
+      puts "---------------------------------------------------------------"
+      puts "The exit code is: #{exit_code}."
       puts ""
     end
   end
diff --git a/valid/IO/print/multipleStringsAssignment.wacc b/valid/IO/print/multipleStringsAssignment.wacc
index c5ddb932f9de7951e560eaee21932b0427e09f47..a0eacc013b3436966283341ced94a7b468c21b0f 100644
--- a/valid/IO/print/multipleStringsAssignment.wacc
+++ b/valid/IO/print/multipleStringsAssignment.wacc
@@ -5,7 +5,7 @@
 # s2 is Hi
 # They are not the same string.
 # Now make s1 = s2
-# s1 is hi
+# s1 is Hi
 # s2 is Hi
 # They are the same string.