On Wed, Sep 19, 2018 at 1:50 PM Jason A. Donenfeld <ja...@zx2c4.com> wrote: > > On Wed, Sep 19, 2018 at 6:19 AM Andy Lutomirski <l...@amacapital.net> wrote: > > Can you not uglify the code a bit by using normal (non-compound) liberals > > as described in the response to that email? > > I can define a bunch of variables, and then string them all together > in an array at the end. This is a bit ugly and less maintainable, but > would be the best of both worlds.
Alright, I wrote a little program to do this for me in a way that actually doesn't look half bad. Thanks for suggesting. Jason