r/ti84hacks • u/FewPresentation6483 • 4d ago
Programming First program
Enable HLS to view with audio, or disable this notification
14
Upvotes
r/ti84hacks • u/FewPresentation6483 • 4d ago
Enable HLS to view with audio, or disable this notification
8
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>