TI-Basic 84 Programming
From Wikibooks, the open-content textbooks collection
[edit] Section 1: Getting Started
- Introduction - The point of this book
- Book Conventions - How this book works
- A Basic Program - A little glance into the future
- Basic Variables - Reals, lists and strings
[edit] Section 2: Fundamentals
- Output - How to display words, numbers and more to the user
- Input - How to recieve words, numbers and more from the user
- Conditional Functions - Learn about controling the flow of a program using If, Then and Else
- Loops -