Outside of punishment appeals, these forums have been archived.
We hope to see you on our Discord instead!
Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
Hey! Register here to create your account, engage with the community, and talk about what is new!
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Subtract takes the var and two arguments (var = x - y). You could put another copy of the var item in the second slot to do var = (var - y). Alternatively, you could leave the items as-is and use the Decrement block (var -= y).
Subtract takes the var and two arguments (var = x - y). You could put another copy of the var item in the second slot to do var = (var - y). Alternatively, you could leave the items as-is and use the Decrement block (var -= y).