s = if condition then "yup" else "nope" # alternate form s = \ if condition then "yup" else "nope"