How to contact strings in RythmPlay template engine?

79 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 answers

0
ripper234 On BEST ANSWER

This migration tutorial covers it:

Jack is a @(vice)maniac.