1 2 3 4 5 6 7 8 9 10 11 12
feature test { sub a by b; } test; conditionset heavy { wght 700 900; } heavy; variation test heavy { sub a by c; } test;