in reply to Re: Line breaks within backticks
in thread Line breaks within backticks

Excellent! Thank you. I tried similar constructs, but didn't find the "${\(...)}" combination. So what we're doing is creating a reference and then dereferencing it, right? It seems a bit backward, but... if it works, it works.

And I agree, the two-step solution is probably prettier, but I'm trying to write compact code for a coding contest, so fewer lines is more important in this case.