How to contact strings in RythmPlay template engine?

99 Views Asked by At
@str .length = @str.length()

outputs

abcde .length = 5

I tried various escaping techniques, but didn't find the correct one. How do I output

abcde.length = 5

?

1

There are 1 best solutions below

0
On BEST ANSWER

This migration tutorial covers it:

Jack is a @(vice)maniac.