TI-Basic 84 Programming

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[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 controling the flow of a program using If, Then and Else
  4. Loops -