on (press) { if (testVariable<9) { testVariable++ } }
on (press) { if (testVariable>0) { testVariable-- } }