2016-12-28 19:39:53 -07:00

5 lines
72 B
Plaintext

var foo, bar;
foo=123;
bar = 'hello';
-- ${bar.toUpperCase()} ${foo*10}