The $DISPLAY statement displays a message on the standard output device during compilation or includes a version number in
                  the object file. 
                   
               
            
 
            
            
               General Format for Format 1
 
               	  
               	  
 
               
              
            
            
               General Format for Format 2
 
               	  
               	  
 
               
              
            
            
               Syntax Rules
 
               	  
                
                  	 
                  - The whole $DISPLAY statement must appear on a single line. 
                     	 
                  
  
            
            
               General Rules for Format 1
 
               	  
                
                  	 
                  - Text-data is displayed on the standard output device during compilation. 
                     	 
                  
  
            
            
               General Rules for Format 2
 
               	  
                
                  	 
                  - Version-number is the content of the entire source line following the "=", excluding leading and trailing spaces. 
                     	 
                  
- The character string formed by concatenating "@(#)", version-number and a null character (binary zero) is included in the
                     object file, no matter which type of object file is created. If version-number begins with the characters "@(#)", the system
                     does not concatenate these characters when forming the character string.