Generate String interpolator

9 views
Skip to first unread message

Andrea Peruffo

unread,
Jun 16, 2015, 5:11:30 AM6/16/15
to treehugg...@googlegroups.com
A little problem with parenthesis...

I have to generate a string interpolation syntax like 

s"$x hello $y"

and I write it like:

REF("s") APPLY(LIT("$x hello $y")) 


but predictably it result in:


s("$x hello $y")


that doesn't work... 


any way to achieve the result?


Thanks in advance!


Andrea

Reply all
Reply to author
Forward
0 new messages