I guess I am curious if one could init multiple empty vars in a single line and or reassign multiple variables to the same value in a single line or more terse way.
edit: I could assign initially assign $fallback to the vars, but I kept it this way for the purposes of the demonstration (ie. to figure out if I can assign the same value to multiple vars in a single line)
Thanks for the reply and example @jmooring. I agree that the more terse method is a bit less readable, but seeing an example of an alternative is great.