SuperSimple := Rectangle { color: area.pressed ? green : blue; property c2: area.pressed ? 123 : 456; // ^error{Cannot convert float32 to color} area := TouchArea { } }