string interpolation
By Howard Orn at Jul 13 2020
a conditional expression cannot be used directly in a string interpolation because the ':' ends the interpolation. parenthesize the conditional expression.
By Olive Huel at Jan 27 2021