Appearance
One-line if statement
Eksempel:
int temperature = 25; string text = temperature > 20 ? "Warm" : "Cold";