Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > Operators > * operator (SDL script)
  
* operator (SDL script)
This operator evaluates the intersection of two lists.
In this example, the Target list is set to the intersection of the sysIncludeRootObject list with itself, that is, all items of the sysIncludeRootObject.
%setlist "Target" = %getlist "sysIncludeRootObject" * %getlist "sysIncludeRootObject"