TI-Basic 89 Programming

See also: TI-Basic Z80 Programming and TI-Basic 84 Programming

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

Section 1: Getting Started edit

  1. Introduction - The point of this book
  2. Book Conventions - How this book works
  3. A Basic Program - A little glance into the future

Section 2: Fundamentals edit

  1. Output - How to display words, numbers and more to the user
  2. Input - How to receive words, numbers and more from the user
  3. Conditional Functions - Learn about controlling the flow of a program using conditionals such as If
  4. Loops - Learn how to execute the same block of code multiple times