ziglings/patches/patches/010_if2.patch

5 lines
88 B
Diff

13c13
< var price: u8 = if ???;
---
> var price: u8 = if (discount) 17 else 20;