| 
 | 
 | 
 | 
 | 
| (..Table Part) | Contents | Index | (User Interface: ..) | 
RETINA ;                           
RANGE  [0,-12,4,2] ..[2,4,7,-1]; 
REGISTER
           INT    r1; 
           STRING r2; 
           INT    r3; 
           INT    r4; 
  ...
 | 
SIGMA;
DIMENSION  4  ;
REGISTER
           INT    reg1; 
           STRING reg2; 
           INT    reg3; 
           INT    reg4; 
  ...
 | 
Remark:
Besides the above mentioned ones, there exist no other formal
restrictions on
a successful combination of RDL and SDL
programs. But it is highly recommened
to check, if they semantically match with each other, too. (What normally
does not seem to be worth a single thought, may well cause some troubles in
reviewing the program after a while...)
If we suppose that both programs to be put together are based on the same
abstract CA (that means they are independent of 
the implementation), then we have
essentially to take care about the state set, in detail
| 
 | 
 | 
 | 
 | 
| (..Table Part) | Contents | Index | (User Interface: ..) |