troyhen / neo

Neo Programming Language
https://groups.google.com/forum/#!forum/neo-lang
12 stars 0 forks source link

Add expression injection in strings #31

Closed troyhen closed 12 years ago

troyhen commented 12 years ago

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

val a = 10
println "The number is #{a}"
troyhen commented 12 years ago

Done