It would be nice if we could format numbers, especially in function use.
Example: ${Qty} ${Rate::"0.00"} and #{{Qty} * {Rate}::"0.00"}
or something similar, where I enter Qty = 3, Rate = 2.50, the function returns "7.50" and not "7.5".