## var B:= [2, 4, 9, 10, 15]; var C:= [3, 8, 9, 10, 20]; (1..30).Where(x -> not(not((x in B)=false) <= ((x in C) = false))) .Product.Print