With syntax similar to one of these: `let thing = "h" if condition else "g"` `let thing = if condition "h" else "g"`
With syntax similar to one of these:
let thing = "h" if condition else "g"let thing = if condition "h" else "g"