What’s an actual use of variable variables?

Its purpose, I guess, is to allow novice programmers to dynamically change data without using “complicated stuff” like composite types (arrays and objects).

I never use them.

Leave a Comment