troyhen/neo

Add expression injection in strings

Closed this issue · 1 comments

This should work in double quoted and multi-line strings.

val a = 10
println "The number is #{a}"

Done