ziglings/patches/45_optionals.patch
Dave Gauer 545573fc84 Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-14 10:49:09 -05:00

4 lines
82 B
Diff

32c32
< var answer: u8 = result;
---
> var answer: u8 = result orelse 42;