I had that same error today. I used a toolbar layout for a couple complex calculations. The issue I had is what you had in the video with the var names. I also have the issue of the tool bar Item, var . It will goto var as in lbl var, but also goes to next lbl in the code and runs that as well. I dont know how thats possible . Its a seperate lbl name and should only be acces by telecting that in the toolbar.
Every calculator has GOTO and LBL statements, this is not a problem. The problem is, many are lacking the DF FN, define FUNCTION statement witch is a shame. A function is something VERY useful !
I had that same error today. I used a toolbar layout for a couple complex calculations. The issue I had is what you had in the video with the var names. I also have the issue of the tool bar Item, var . It will goto var as in lbl var, but also goes to next lbl in the code and runs that as well. I dont know how thats possible . Its a seperate lbl name and should only be acces by telecting that in the toolbar.
Every calculator has GOTO and LBL statements, this is not a problem. The problem is, many are lacking the DF FN, define FUNCTION statement witch is a shame. A function is something VERY useful !
All TI calculators with CAS have the define function. I'm not sure about the HP prime, but I'd think it does, too.
Nice, what is this app?
When making a new program, it asks if you want to make a function instead. Functions are available from everywhere, as well, they're system wide.
@@adumontGraph89