foo = "world"
print("hello ${foo}")
Inside the expression quotes ${} you can have basically any valid bex expression. Combined with multiline strings, this feature makes it very convenient to generate formatted text. Full list of changes is availbale at sourceforge.
I also updated the manual to describe the currently supported built-ins and extensions. Happy scripting!
No comments:
Post a Comment