010_if2.patch 88 B

1234
  1. 13c13
  2. < var price: u8 = if ???;
  3. ---
  4. > var price: u8 = if (discount) 17 else 20;