Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
language:syntacticreplication [2025/09/04 11:11] – [Syntactic Replication] rajitlanguage:syntacticreplication [2025/09/04 11:12] (current) – [The core ACT language] rajit
Line 23: Line 23:
   b[0].R = b[1].L; b[1].R = b[2].L; ... b[8].R = b[9].L;   b[0].R = b[1].L; b[1].R = b[2].L; ... b[8].R = b[9].L;
 </code> </code>
 +In this particular case, the separator is empty.
  
 Another example is: Another example is:
Line 56: Line 57:
 ] ]
 </code> </code>
 +In this scenario, the separator is the ''[]'' operator that is used to separate guarded actions.