match 100.cmp(&0) { Ordering::Greater => "positive", Ordering::Equal => "zero", Ordering::Less => "negative", }