Formatting Strings? Refer to variables and expressions in string literals by putting $ in front of the variable name. Evaluate expressions using ${expression}.
$
${expression}
Docs: https://kotlinlang.org/docs/reference/basic-types.html#string-templates
#31DaysOfKotlin