#[feature] wireless (named?) variables

2 messages · Page 1 of 1 (latest)

silent yacht
#

please???🥺🥺🥺🥺🥺

it would look so much less messy..

this is the cleanest i could get it to look when wired

not to mention when you use variables all throughout the world space.. it becomes a mess of long wires leading to far away variable gates

chrome fjord
#

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.