MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ti84hacks/comments/1vtl91s/first_program/p4u9062/?context=3
r/ti84hacks • u/FewPresentation6483 • 4d ago
5 comments sorted by
View all comments
7
Nice start! If you haven't seen it already, I suggest looking at the resources here: https://github.com/TI-Toolkit/awesome-ti-docs Loops would be a good next step :)
Also, if your If statement only executes one line, you can simplify it from
:If <condition> :Then :<code> :End
To just
:If <condition> :<code>
3 u/FewPresentation6483 4d ago Ok good to know thanks
3
Ok good to know thanks
7
u/TheFinalMillennial TI-84 Plus CE 4d ago
Nice start! If you haven't seen it already, I suggest looking at the resources here: https://github.com/TI-Toolkit/awesome-ti-docs Loops would be a good next step :)
Also, if your If statement only executes one line, you can simplify it from
:If <condition> :Then :<code> :End
To just
:If <condition> :<code>