blob: 230377b470b06a2c4d400f99444569f4e7f6eeee [file] [log] [blame]
var all = SubSystem.all;
for (s in all){
s.children.select(c | c.BlockType = 'Inport').println.ForegroundColor.excludes('green');
}