dryLang supports clean and readable string interpolation using the ${} syntax.
You can embed variables and even simple mathematical expressions directly inside any string.
Note: Object dot-access (like
user.name) inside interpolation requires string concatenation instead of${}. But for simple variables and math, interpolation works natively.