Some interpreted languages allow you to reference a variable that's named in a string. For example: A$="X" &A$=5 would assign 5 to the variable X. Would something like this be possible?