Yeah, thanks for that tip. I just wanted one line of code to compactly give me a lot of telemetry on every direction press for debugging an issue, with the output only taking one line in PurpleBug, so the lines would all stack up neatly and I could visually track the changes as I went. I see that I can simply break up any long print command by ending with a semicolon and then just running another print command, up to 20 parameters each.
I resolved it previously by only including my “x” variants and focusing on that half of the issue first.