TI-Basic 89 Programming
Appearance
This book is designed to give someone with no programming experience an insight into the TI-89's version of TI-Basic.
Table of Contents
[edit | edit source]Section 1: Getting Started
[edit | edit source]- Introduction - The point of this book
- Book Conventions - How this book works
- A Basic Program - A little glance into the future
Section 2: Fundamentals
[edit | edit source]- Output - How to display words, numbers and more to the user
- Input - How to receive words, numbers and more from the user
- Conditional Functions - Learn about controlling the flow of a program using conditionals such as If
- Loops - Learn how to execute the same block of code multiple times