$ luarocks install f-strings
String interpolation for Lua, inspired by f-strings,
a form of string interpolation in Python 3.6.
It allows you to interpolate variables in strings
(including local variables) using the syntax:
str = F"The value of x is {x} and the value of y is {y:%.2f}."