Add support for string formatting in Expressions like python code.
In Outsystems we have something like this:
"My name is " + Name +" and I'm from "+City
My ideia is to implemenmt something like this:
"My name is %s and I'm from %s " % (Name, City)
Created on 4 Feb (3 weeks ago)