I Heart Strings

“My name is #{first_name} #{last_name} and I’m a #{citizenship}”

ColdFusion has something really similar:

“My name is #first_name# #last_name# and I’m a #citizenship#”

That and grouping were about the only two things I sorta miss about using CF.