                               TAG   v52r1     Date: 28 July 2018
			             -----
                              
			      Release Notes
			      

    - first version of FOR instruction.
    
         Syntax:
	 
	     FOR 'object' IN 'Object Set'
	     	'block of instructions'
	     END_FOR
	 
	     
       In this first version only the following intructions are supported:
           DO, WAIT and SLEEP
    
    
    - Changes to treatment of SMI Sets so that the original order
      of SMI objects is preserved. This was necessitated by development
      of FOR instruction.
     
				     
    The following changes concern only Translator:
    
    - Improved error exiting. Replaced exit/abort by throw FATAL.
    
    - Output file (SOBJ) is kept only when translation plus examination
      stage are successfull.

    - improved translation of Actions (Action class) and
       Instruction Blocks (InsList class)
    
    - improved (significantly simplified) production of SOBJ files
       (method outSobj in all relevant classes)
    
    - small bug fixes
    
