#[feature] wireless (named?) variables
2 messages · Page 1 of 1 (latest)
What you're asking for is called global variables. Global and local variables have very different uses, and for beginners it can be confusing when to use which, but global variables do have a few (rare) purposes.
The downside is that, for example, if you were to copy paste this slider and it used global variables, then changing one of them would change all of them at once.
Still, most languages give people the option, so I think it might be a good addition, as long as its clear what the pros and cons are so people don't get confused about which to use.