Routines

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

This page is a collection of short routines that can be used as subroutines in larger programs. By contrast, the Sample Programs page links to entire games (that may use some of these routines). Technique Examples contains yet a third type of program — short programs that may be of some value by themselves, but are present here mainly to demonstrate the use of some programming technique in an actual program.

When contributing routines, please follow these guidelines:

  1. A routine should be self-contained, and relatively short in length.
  2. A routine should be thoroughly tested to make sure it works correctly.
  3. Include inc:routine as the starting point for pages.
  4. When the routine page is finished, link to it from here.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.