Hi there,
Any chance of getting template literals implemented like in Javascript? In Javascript you can use back quotes and and pass variables within the string without all the segmented out text concatenation. It looks like this This is text and this is my variable ${variable}
I feel like this would be a neat feature and save a bit of headache when concatenating text and variables together.
Best-