just make sure that you learn from it and that you understand the code, because you will need this stuff for more things than just the menu
(thats why I didn't optimise it further, because I thought it would be to much in 1 time. well that and I didn't had time
)
to optimise it even further, chance this
:Y-16(A=34)+16(A=25
:Ans+32(Ans<23)-32(Ans>25->Y
into this
:Y-16((A=34)+(A=25
:Ans+32((Ans<23)-(Ans>25->Y
can't wait to try the demo