Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:controlflow [2026/07/02 18:55] – [Loops] rajitlanguage:controlflow [2026/07/02 18:57] (current) – [Loops] rajit
Line 36: Line 36:
 </code> </code>
  
-In the example above, registers numbered ''1'' through ''8'' are +In the example above, ''register''numbered ''1'' through ''8'' are 
-created. Their first two parameters are connected to the corresponding+created. (This requires that ''register'' has been defined as a [[types2|user-defined type]] earlier.) 
 +Their first two parameters are connected to the corresponding
 elements of arrays ''in'' and ''out''. However, they have a shared elements of arrays ''in'' and ''out''. However, they have a shared
 control that is passed in as the third parameter. control that is passed in as the third parameter.