* 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"