LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Is it possible to assign a variable to the value of another variable?

Root / Programming Questions / [.]

CrazyblobCreated:
I want to make code where the user can change the value of a variable to a certain value, from another variable. I will try doing this by
Variable=0
Input "put what you want here";value
Variable=;value
But I get a syntax error when I try to do this.. is it possible?

You don't need the semicolon; that's just part of the INPUT command.

Ohhhh, thank you