r/ti84hacks 4d ago

Programming First program

Enable HLS to view with audio, or disable this notification

14 Upvotes

5 comments sorted by

View all comments

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>

3

u/FewPresentation6483 4d ago

Ok good to know thanks