Adam Sherwood 33812ddbef
fix(if2): Rename if2 exercise function to foo_if_fizz.
The reasoning here is pretty straightforward: you don't say "Hungry, if
eat." That doesn't make sense. We want to get "foo" back if given
"fizz", so it seems this makes far more sense as "Eat, if hungry," or in
this case, return `foo_if_fizz` is given.
2022-02-20 16:20:23 +01:00
..

If

if, the most basic type of control flow, is what you'll learn here.

Further information