TI-Basic 89 Programming

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

This module 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

  1. Introduction - The point of this book
  2. Book Conventions - How this book works
  3. A Basic Program - A little glance into the future
  4. Basic Variables - Reals, lists, and strings

[edit] Section 2: Fundamentals

  1. Output - How to display words, numbers and more to the user
  2. Input - How to recieve 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