1 2 3 4 5
fn example(first: bool, second: bool, third: bool) { if first {} if second {} if third {} }