Fact-checked by Grok 2 weeks ago

TI-BASIC

TI-BASIC is a simple, interpreted programming language built into Texas Instruments (TI) graphing calculators, designed primarily for educational purposes to enable students and users to create custom programs for mathematical calculations, data manipulation, graphing, and interactive applications. Introduced with the TI-81 in 1990 as the first graphing calculator from TI, the language allows direct programming on the device using a straightforward syntax that resembles classic BASIC, making it accessible for beginners in coding and mathematics education. Over the years, TI-BASIC has evolved alongside TI's calculator lineup, with enhancements in functionality for models like the TI-83 (1996), which popularized programming for and , and the (2004 onward), which added USB connectivity and expanded memory for more complex programs. The language supports features such as variables, loops, conditional statements, user input/output, and integration with the calculator's graphing and matrix capabilities, facilitating tasks from solving equations to simulating games. Distinct dialects exist for different calculator architectures, including Z80-based (e.g., TI-83/84) and 68k-based (e.g., TI-89), each optimized for the hardware while maintaining core compatibility. TI-BASIC remains a foundational tool in STEM , promoting without requiring external software, though modern calculators like the TI-84 Plus CE (2021) now also support alongside TI-BASIC for broader programming options. Its command-line structure and built-in editor encourage experimentation, with programs executable directly on the device to visualize results in .

Introduction

Overview

TI-BASIC is an interpreted, language integrated into (TI) graphing calculators, enabling users to write scripts and programs directly on the device. First introduced with the TI-81 in 1990, it serves as a foundational for computational tasks on these handheld devices. The language emphasizes simplicity, making it ideal for beginners, with a syntax that leverages the calculator's built-in functions for graphing, matrix manipulation, and statistical analysis without incorporating object-oriented paradigms. This design facilitates direct interaction with hardware features, such as plotting functions or handling lists and strings, allowing programs to extend the calculator's core mathematical capabilities. In educational contexts, TI-BASIC supports math and programming by enabling students to automate repetitive calculations, perform , and create interactive tools like simulations or quizzes on devices independent of computers. It also fosters hobbyist pursuits, including development and custom utilities, among users in high and settings where TI calculators are standard. Over time, TI-BASIC has evolved from a token-based syntax in early models to support more advanced constructs in subsequent series, adapting to processor architectures like the Z80 in the TI-83/84 line and the 68k in the TI-89.

History

TI-BASIC originated with the introduction of the graphing calculator in 1990, ' first programmable model designed for algebra and courses. This calculator featured a limited implementation of TI-BASIC, allowing users 2400 bytes of programming space for simple scripts and functions tailored to educational needs. The language evolved into a more complete form with the TI-82 in 1994, which expanded programming capabilities as a user-friendly variant of earlier models like the , enabling broader access to graphing and data manipulation routines. Key milestones marked the standardization and enhancement of TI-BASIC across TI's calculator lines. The TI-83, released in 1996, established the Z80-based version of TI-BASIC as a staple for , , and student programming, becoming a widely adopted platform in classrooms. In 1998, the TI-89 introduced enhancements for the 68k architecture, including advanced symbolic manipulation and built-in assembly support that complemented TI-BASIC's interpreted environment. The TI-Nspire, launched in 2007, integrated scripting alongside TI-BASIC, providing a more versatile programming ecosystem with initial grayscale displays and later expansions for dynamic lessons. TI-BASIC's design emphasized accessibility for classroom use, drawing inspiration from early BASIC dialects on personal computers to facilitate intuitive entry-level programming without requiring external devices. prioritized educational integration, developing the language to support standards-aligned activities while implementing policies that restricted advanced features like unrestricted access to maintain hardware sales and control. This approach solidified TI's dominance in math but drew for limiting . Post-2010 developments focused on hardware upgrades that indirectly enhanced TI-BASIC usability, such as the TI-84 Plus C Silver Edition in 2013, which added a full-color backlit for improved of programs and graphs. Subsequent operating system updates, including version 4.2 for the C Silver Edition in 2014 and later iterations for the TI-84 Plus CE series starting in 2015, introduced minor syntax refinements like better string handling and compatibility with rechargeable batteries. By 2021, the TI-84 Plus CE Python edition expanded options with support alongside TI-BASIC, and as of 2025, ongoing OS maintenance ensures compatibility without major overhauls. Controversies arose from TI's restrictions on low-level programming, particularly the 2020 operating system update for the TI-84 Plus CE and TI-83 Premium CE models, which removed support for and programs to enhance security and prevent on exams. This decision sparked significant backlash from the calculator programming community, who viewed it as an overreach that stifled hobbyist development and educational experimentation. In response, third-party tools and workarounds, such as custom bootloaders and emulators, emerged to restore access, highlighting ongoing tensions between TI's commercial strategies and user demands for openness.

Variants

TI-83/84 Series

The TI-BASIC implementation on the TI-83 and TI-84 series calculators operates on a , featuring a running at 6-15 MHz depending on the model and mode (early models like TI-83 Plus and TI-84 Plus use 6 MHz in and 15 MHz natively, while later models like the TI-84 Plus CE use an eZ80 at 48 MHz). These calculators provide 24 KB of user-available for program execution and variable storage, with the TI-84 Plus models including up to 1.5 MB of Flash ROM for archiving programs and data to prevent loss during battery replacement. To optimize storage within these constraints, TI-BASIC employs , where commands and functions are represented as 1- or 2-byte tokens rather than full text strings, allowing efficient packing of code into limited memory. Key features of this variant include support for 27 real or complex numeric variables, comprising A through Z and θ (theta), which store values with up to 14 digits of internal precision. Lists, essential for data manipulation and statistical operations, can hold up to 999 elements each, with six predefined lists (L1 through L6) and user-defined names up to five characters long. Built-in graphing commands facilitate visualization, such as configuring statistical plots via Plot1 through Plot3 for scatter, line, or box plots, integrating seamlessly with the calculator's display—early models feature a 96×64 pixel monochrome LCD screen, while later models like the TI-84 Plus CE have a 320×240 pixel color screen. Limitations arise from the hardware and language design, including no native support for calls in programs, which triggers an ERR:RECURSION if attempted, requiring workarounds like iterative loops for similar functionality. Arithmetic operations use floating-point math with 14-digit internal but display up to 10 digits, potentially leading to discrepancies in comparisons or long computations. String handling is constrained to 10 variables (Str0 through Str9), primarily for via Disp or Output, with basic functions like or searching but no advanced manipulation without external integration. The TI-83 BASIC serves as the baseline, while the TI-84 series introduces enhancements such as USB connectivity added in 2004 for computer linking and program transfer via TI Connect software, along with user-defined program groups (folders) for better organization, often referred to in communities as supporting structures like for assembly extensions. These updates expand usability without altering core TI-BASIC syntax, though the TI-84 Plus Silver Edition adds a clock for time-based operations. Common applications leverage these capabilities for educational tools, such as graphing programs that functions or data sets using commands like Plot1 for quick visualizations in and classes. Simple games, like "Guess the Number," demonstrate control structures by generating random values within loops and comparing user input against stored variables.

TI-89 Series

The calculators, introduced in 1998, utilize a 68000-series processor running at approximately 10 MHz, providing significantly more computational power than the Z80-based TI-83/84 series. These devices feature varying amounts of user-accessible —the original TI-89 has about 100 KB, while later models like the TI-89 Titanium and Voyage 200 provide 188 KB—and include a built-in (CAS) that enables symbolic manipulation of expressions, , , and solving equations ically. The CAS allows TI-BASIC programs to leverage advanced mathematical operations directly, such as expanding polynomials or factoring quadratics symbolically, which extends beyond the numeric-only capabilities of earlier models. TI-BASIC on the TI-89 series supports 27 single-letter numeric variables (A through Z and θ), each capable of holding real or complex numbers, facilitating computations involving imaginary units like i. User-defined functions can accept parameters, enabling modular programming such as defining f(x) = x^2 + 1 and calling it within loops or conditionals. Matrix operations are robust, with built-in commands like det( for determinants and inv( for inverses, allowing programs to handle linear algebra tasks like solving systems via augmented matrices. These features make TI-BASIC suitable for structured scripts that combine numeric evaluation with symbolic results from the CAS. Despite these enhancements, TI-BASIC execution remains slower than native due to its interpreted nature, often requiring optimization for intensive loops or recursions. There is no direct file input/output akin to computer languages; data exchange relies on the calculator's link port or manual entry. Scalar variables are limited to real and numbers, though lists and matrices can store sequences or multi-dimensional data for more flexible handling. The TI-89 Titanium, released in 2004, expanded to 2.7 MB (user-accessible; original TI-89 has about 700 KB) while providing 188 KB . The Voyage 200, launched in 2002, shares the same and 188 KB but features a larger 128 × 240 pixel monochrome display versus the TI-89's 100 × 160 pixels, aiding visibility in graphing and table outputs. These variants enable applications like advanced physics simulations, numerical equation solvers, and CAS-driven scripts for problems, such as iterative root-finding or approximations.

TI-Nspire Series

The TI-Nspire series, launched in 2007, incorporates TI-BASIC as a core programming language within its document-oriented operating system, which organizes content into multi-page .tns files containing applications like Calculator, Graphs, and Spreadsheets. The hardware evolved from the original model's ARM9 processor at 90 MHz to later iterations, such as the CX II series with speeds up to 396 MHz, supporting 90+ MB of storage memory and 64 MB of operating memory for handling complex scripts and data. From the CX models introduced in 2011, the series features backlit color displays (3.2 inches diagonal, 320 × 240 pixel resolution, 16-bit color depth) and a touchpad navigation system, powered by a rechargeable lithium-ion battery, enabling portable execution of TI-BASIC programs in educational settings. TI-BASIC on the TI-Nspire provides unique hybrid capabilities through integration with scripting, where programs can share variables and data across languages within the same document, facilitating extended functionality for dynamic . Variable management is enhanced with support for (temporary) and global scopes, using commands such as Local for scoped declarations and Define for persistent storage, allowing flexible handling of numbers, lists, matrices, and strings. Input/output operations include Disp for output and, in later OS versions, Request and RequestStr for runtime user input, enabling more interactive elements compared to earlier TI-BASIC variants, though still confined to text-based interfaces in the Calculator app. Despite these advances, TI-BASIC functions primarily as a legacy mode under the TI-Nspire OS, subject to sandboxing that restricts direct access to components like sensors or the full without third-party modifications. Program execution is strictly line-by-line with no mid-run intervention, and graphical commands (e.g., for points or lines) are unavailable or error-prone outside specific contexts, limiting its suitability for games or visuals. These constraints stem from the OS's emphasis on secure, document-based workflows, prioritizing educational integrity over low-level control. The language's evolution began with a streamlined in the 2007 original TI-Nspire, focused on calculator app scripting, and progressed with OS updates adding input commands like Request. The 2019 CX II release boosted processing power and interface refinements, while OS 5.0 (introduced around 2021) incorporated alongside TI-BASIC for broader scripting options, enhancing compatibility with legacy code. Subsequent versions, including OS 6.3 released in August 2025, further improved program execution speed and cross-device portability. In practice, TI-BASIC supports applications such as embedding solvers for quadratics or probability models into multi-page documents, where scripts interact with graphs, spreadsheets, and notes for interactive lessons. These programs leverage the series' cross-platform ecosystem, allowing seamless transfer between handhelds, computer software, and mobile apps, with 2025 updates enabling richer data export and simulation features in educational contexts.

Syntax

Control Structures

Control structures in TI-BASIC provide mechanisms for conditional execution, , and organization, enabling developers to create logic flows that respond to conditions and iterate over tasks. These structures vary slightly across calculator variants but share a foundational syntax inspired by early BASIC dialects, emphasizing simplicity for educational use on resource-constrained devices. Conditional statements primarily use the [If-Then-Else](/page/If-Then-Else) construct to branch program execution based on evaluations, such as comparisons involving real numbers. In the TI-83/84 series (Z80-based), the syntax is :If condition Then [statements] :[Else](/page/The_Else) [statements] :End, where the Then block executes if the condition is true (non-zero), and the Else block handles the false case; single-line versions omit End for brevity. The TI- extends this with :If condition Then [statements] [ElseIf condition Then [statements]] [Else [statements]] :EndIf, supporting multiple conditions via ElseIf for more complex branching without nested If statements. Similarly, the TI-Nspire series adopts :If condition Then [statements] [ElseIf condition Then [statements]] [Else [statements]] :EndIf, maintaining compatibility while allowing indentation for readability in the program editor. Loops facilitate repetition, with three primary types available across variants: For-End, While-End, and Repeat-Until or equivalents. The For loop iterates a control variable over a specified range, using syntax :For variable, start, end [, step] [statements] :End in TI-83/84 and TI-Nspire (with EndFor in the latter), where step defaults to 1 and can be negative for decrementing; this is ideal for known iteration counts. In the TI-89 series, it follows :For variable, start, end [, step] [statements] :EndFor, supporting the same parameters for precise control. The While loop, :While condition [statements] :End (or :EndWhile in TI-89 and TI-Nspire), repeats while the condition holds true, requiring explicit variable updates to prevent infinite loops. For post-condition checks, TI-83/84 uses :Repeat [statements] :Until condition, executing at least once until the condition becomes true; TI-89 provides :Repeat [statements] :Until condition alongside :Loop [statements] :EndLoop for indefinite repetition with manual exits via Exit or Stop. TI-Nspire equivalents include :Loop [statements] :EndLoop for infinite loops, exitible with Break or Exit, but lacks a direct Repeat-Until. Program organization relies on block delimiters and subroutines to structure code hierarchically. All variants enclose main logic in :Prgm [statements] :EndPrgm (or :EndProgram in some contexts), with statements separated by colons or line breaks; subroutines are invoked via :prgm subprogramname in TI-83/84, returning control implicitly at the end or explicitly with :Return. In TI-89 and TI-Nspire, functions use :Func name([params]) [statements] :EndFunc or :Define name([params])= [statements], callable with arguments and exiting via :Return expr for value-passing. Menus enhance interactivity with :Menu("title","option1",label1,... ) in TI-83/84, branching to Lbl on selection, while TI-89 and TI-Nspire support advanced variants like :Custom [statements] :EndCustm for toolbar integration or :Dialog for user prompts. Error handling in TI-BASIC is variant-specific, focusing on graceful recovery rather than prevention. TI-83/84 offers basic interruption with :Stop to halt execution or :Pause for intervention, but lacks structured , causing programs to terminate on unhandled s. The introduces :Try [statements] [Else [statements]] :EndTry, executing the Else block on any and providing :ClrErr to status or :PassErr to propagate. TI-Nspire enhances this with :Try [statements] [Else [statements]] :EndTry, where Else handles s using errCode, alongside ClrErr and PassErr for robust in pure TI-BASIC programs. While TI-Nspire supports Lua scripting with try-catch semantics, TI-BASIC maintains legacy flow controls without direct integration. Key differences arise from hardware architectures: Z80-based TI-83/84 limits complexity to fit 8-bit constraints, using Lbl/[Goto](/page/Goto) for jumps alongside blocks, whereas 68k-based TI-89 and TI-Nspire enable deeper nesting and symbolic integration without iteration caps in loops.

Data Types and Variables

TI-BASIC primarily supports s as its core scalar , with an internal of 14 digits across variants, though is typically limited to 10 digits unless adjusted via settings. serve as one-dimensional arrays capable of holding up to 999 elements, while matrices function as two-dimensional arrays. Strings are also available for text data. Arithmetic operations such as (+), (-), (*), (/), and (^) apply to numeric types, with performed using the store operator (→). Type conversions include functions like int( to extract the part of a . In the TI-83/84 series (Z80-based), scalar variables are limited to single-letter names A through Z (26 real or numbers, plus θ), with lists predefined as L1 through L6 and user-defined lists using up to five-character names. Matrices support dimensions up to 99×99, constrained by available (approximately 24 total user ). Strings are stored in Str0 through Str9, with length limited by available . numbers are supported for scalar operations when the is set to rectangular or polar , though they cannot be stored in matrices and require workarounds like paired real lists for multi-element data. Variables persist in across power cycles and sessions until explicitly cleared with DelVar or a reset, with total storage limited by the device's 24 allocation. The (68k-based) expands variable flexibility with user-defined names up to eight alphanumeric characters, allowing storage of reals, complexes (e.g., via variables like c1), lists (up to 999 elements), and matrices (up to 99×99, limited by 188 RAM). Strings are handled similarly to the Z80 series but without predefined slots, using custom names. numbers are natively supported for all numeric operations and storage, with dedicated functions like real( and imag( for part extraction. Variables are organized in folders (default: main), persist until deleted, and can be archived for protection, with assignment using the ! operator or Define for functions. In the TI-Nspire series, variables support a broader range including expressions (reals, complexes like 2+3i), lists, matrices, strings, functions, and sequences as distinct types for iterative data generation (e.g., via seq( ). User-defined names are flexible and case-sensitive, with global and local scoping in programs. Storage occurs in device memory or document-specific contexts, persisting across sessions, and is limited by available RAM (up to 64 MB in CX II models). Arithmetic and assignment follow standard syntax, with enhanced conversions like floor( and round( for precision control.

Comments and Functions

In TI-BASIC, comments serve as annotations to document code without affecting execution, aiding readability and maintenance. For the Z80-based TI-83/84 series, there is no dedicated comment command; instead, developers commonly use pseudo-comments such as :"This initializes variables" on a line, which sets the Ans variable but does not execute further, or conditional structures like :If 0 Then :"Line 1" :"Line 2" :End for multi-line skips, which execute nothing due to the false condition. In contrast, the 68k-based employs the © symbol for full-line comments, where everything following © on a line is ignored; this is accessed via the diamond key plus close parenthesis or the catalog menu. The retains this © syntax for BASIC programs, placing it at the line's start (e.g., © Calculate volume), though Lua scripting on the same platform uses double hyphens (--) for comments; BASIC adheres to the legacy style for compatibility. TI-BASIC provides a suite of built-in functions categorized by purpose, enabling core operations without external dependencies. Input/output functions include Disp for displaying values or strings on the and Input for prompting user entry into variables, essential for interactive programs across all variants. Mathematical functions encompass trigonometric operations like sin( and cos(, root extractions such as sqrt(, and statistical tools like mean( and median(; these are available in both real and complex number modes on 68k and Nspire models. Graphing functions support drawing primitives, including Line( for connecting points and Circle( for rendering circles, which integrate directly with the calculator's plot on Z80 and 68k systems. On the TI-Nspire, additional built-ins like Request( extend I/O for dialog boxes, while math functions such as cSolve( handle symbolic solving. User-defined functions enhance modularity, though implementation varies by architecture. In Z80 TI-BASIC (TI-83/84), true functions are unavailable; reusable code must be structured as separate programs invoked via prgmNAME, with global variables passing arguments, limiting encapsulation. The 68k introduces proper user-defined functions using the syntax Func name(params):...EndFunc, where the function returns the last evaluated expression or an explicit value, allowing parameters like real numbers or . Similarly, TI-Nspire BASIC supports Define funcname(params)=expression for simple functions or full Func...EndFunc blocks in the Program Editor, enabling returns via assignment to the function name and supporting variables for better management. Third-party extensions expand TI-BASIC capabilities, particularly on Z80 models, through community-developed . DoorsCS, a post-2000 shell for TI-83/84, integrates the Asm( command to execute inline code from , bypassing hardware limitations for faster graphics or I/O; for example, Asm(prgmFASTDRAW) calls an external routine. It also provides libraries for advanced features like , though these require the shell to be active. Such extensions maintain with native syntax but introduce risks like crashes if misused. Functions in TI-BASIC adhere to strict usage rules for consistency across variants. Built-in and user-defined functions return a single value to ans or the calling context, with no support for overloading—each name maps uniquely without parameter-based . Arguments are passed by value, often as variables for , and execution halts on errors like domain mismatches (e.g., sqrt(-1) yields a complex result on CAS models). Variant-specific limits include Z80's constraint of approximately 400 total built-in commands, with program size capped by 9999 bytes, while 68k and Nspire allow more extensive libraries up to available .

Programming Examples

Basic Programs

Basic programs in TI-BASIC introduce core concepts through straightforward input and output operations, emphasizing scalar values and essential commands without advanced structures. These examples highlight how programmers can display text, solicit user input, and perform basic computations, adapting to the syntax differences across calculator variants. Such programs serve as entry points for understanding the language's tokenized nature on resource-constrained devices, where efficiency in command usage is key. The quintessential "Hello World" program illustrates output syntax. On Z80-based calculators such as the TI-83/84 series, the Disp command outputs text directly to the home screen, as in the following program:
: Disp "Hello World"
: End
Executing this displays the message before returning to the home screen. For 68k-based TI-89 series calculators, output occurs on a dedicated Program I/O screen, often cleared first with ClrIO for clarity:
: Prgm
: ClrIO
: Disp "Hello World"
: EndPrgm
This ensures a clean display of the text. On the in TI-BASIC mode, the Text command handles similar output:
:Define hello()
:Text "Hello World",10,10
:End
The message appears in the program's execution context. Input handling allows programs to interact with users via or Input commands, storing responses in variables for immediate use. For instance, on TI-83/84 series calculators, solicits a value with a default query:
: Prompt R
: End
This pauses execution and assigns the entered number to R. Basic validation can incorporate a conditional check, such as verifying non-negative input with an If statement—for example, displaying an error if the value is invalid—before proceeding. On , Input provides a custom for more descriptive interaction:
: Prgm
: Input "Enter radius:",R
: EndPrgm
The entered value populates R after the user responds. TI-Nspire uses Request for prompting in its TI-BASIC environment, as in:
:Define inputTest()
:Request "Enter radius",R
:End
```[](https://education.ti.com/en/activities/ti-codes/nspire/10-minutes)

A simple calculation program, such as computing the [area of a circle](/page/Area_of_a_circle) using the built-in π constant (approximately 3.1415926535898), combines input and output. On TI-83/84 series:
: Prompt R : πR²→A : Disp "Area=",A : End

This prompts for the radius R, stores the result in A, and displays it.[](https://education.ti.com/html/eguides/graphing/84Plus/PDFs/TI-84-Plus-guidebook_EN.pdf) The π symbol is accessed via the calculator's key layout for precise mathematical representation. Adaptations for other variants include screen management: TI-89 programs prepend ClrIO to avoid residual text, while Z80 implementations favor concise lines to navigate the editor's display constraints, typically keeping commands under 16-20 characters for readability during entry.[](https://education.ti.com/html/eguides/graphing/89-Titanium/PDFs/TI-89-Guidebook_EN.pdf)[](http://tibasicdev.wikidot.com/starter-kit)

Common pitfalls in these programs often stem from syntax oversights, such as omitting the End (or EndPrgm/End) terminator, which triggers an [ERR:SYNTAX error](/page/Syntax_error) and halts execution. Always pair opening structures like Prgm with their closers, as in the examples above, to ensure proper parsing during tokenization.[](https://education.ti.com/html/eguides/graphing/84Plus/PDFs/TI-84-Plus-guidebook_EN.pdf)[](https://education.ti.com/html/eguides/graphing/89-Titanium/PDFs/TI-89-Guidebook_EN.pdf)

### Data Handling

In TI-BASIC, data handling primarily involves [lists](/page/List_of_even-toed_ungulates_by_population) and matrices as the core data structures, with loops enabling iterative manipulation across the TI-83/84, TI-89, and [TI-Nspire series](/page/TI-Nspire_series). Lists in the TI-83/84 series (Z80-based) are created using curly braces and assigned to built-in variables like L1, allowing straightforward storage and access of sequential data. For instance, the command `{1,2,3}→L1` initializes a list with three elements, after which individual elements can be accessed or modified using indexed notation such as L1(1) for the first element. The `dim(` [function](/page/Function) returns the list's length, facilitating dynamic operations like looping through all elements: a [`For` loop](/page/For_loop) iterates from 1 to `dim(L1)`, displaying each value with `Disp L1(I)` inside the loop body.[](http://tibasicdev.wikidot.com/lists)

Loops are essential for processing lists, with the TI-83/84 series supporting both `For` and `While` constructs for tasks like summation. To compute the sum of a list's elements using a `While` loop, initialize a counter `I` to 1 and an accumulator `S` to 0; then, while `I ≤ dim(L1)`, add `L1(I)` to `S` and increment `I` by 1, terminating when the condition fails. This approach avoids the built-in `sum(` function for manual control, though care must be taken to prevent infinite loops by ensuring the condition eventually falsifies. For sorting, a bubble sort implementation on Z80 calculators uses a `Repeat` loop to pass through the list until no swaps occur: store `dim(L1)` to `D`, then in nested loops, compare adjacent elements `L1(I)` and `L1(I+1)`, swapping if the former exceeds the latter using a temporary variable `C`, and decrement `D` each pass to optimize.[](http://tibasicdev.wikidot.com/while)[](https://rosettacode.org/wiki/Sorting_algorithms/Bubble_sort)

In the TI-89 series (68k-based), matrices extend data handling beyond one-dimensional lists, supporting operations like determinants for linear algebra tasks. A 2x2 matrix is created with `[1,2;3,4]→[A]`, where semicolons separate rows; the `det(` function then computes the determinant as `det([A])`, yielding -2 for this example, which measures the matrix's volume scaling factor. This syntax integrates seamlessly with lists, as matrices can be constructed from list elements. Error handling in loops across variants addresses issues like overflow, where computations exceed the calculator's range (approximately -10^{100} to 10^{100}); an "OVERFLOW" error halts execution, but programmers can preempt this by checking bounds or using the `Stop` command (triggered by the ON key) to interrupt loops manually during debugging.[](http://tibasicdev.wikidot.com/68k:matrices)[](http://tibasicdev.wikidot.com/errors)

The [TI-Nspire series](/page/TI-Nspire_series) enhances list generation with the `seq(` function, which creates lists programmatically without explicit loops, and integrates directly with its [spreadsheet](/page/Spreadsheet) application for tabular data. The syntax `seq(expression, [variable](/page/Variable), start, end [, step])` evaluates the expression over the [variable](/page/Variable)'s range; for example, `seq(X^2, X, 1, 3)` produces `{1,4,9}`, populating a [spreadsheet](/page/Spreadsheet) column when entered in a [cell](/page/Cell) reference like list1. This step parameter (defaulting to 1) allows [arithmetic](/page/History_of_arithmetic) or geometric sequences, such as `seq(2*X, X, 0, 4, 2)` yielding `{0,4,8}`, and supports [matrix](/page/Matrix) output for multi-dimensional data, streamlining statistical and graphical applications while avoiding overflow through controlled iteration limits.[](https://education.ti.com/html/eguides/discontinued/graphing/EN/TI-NspireCAS-Reference-Guide_EN.pdf)

### Advanced Features

TI-BASIC on the 68k-based calculators, such as the [TI-89 series](/page/TI-89_series) and TI-Nspire, supports native [recursion](/page/Recursion) through user-defined functions, enabling elegant solutions to problems like computing [factorial](/page/Factorial)s. A common example is defining a recursive [factorial](/page/Factorial) function using the `Define` command: `Define fact(n)=if(n=0,1,n*fact(n-1))`. This function calls itself until reaching the base case where `n=0`, returning 1, and then unwinds by multiplying each level's `n` value. The recursion depth is limited to 255 calls to prevent [stack overflow](/page/Stack_overflow), constrained by available memory.[](https://education.ti.com/html/eguides/graphing/89-Titanium/PDFs/TI-89-Guidebook_EN.pdf)

In contrast, Z80-based TI-BASIC on the TI-83/84 series lacks direct [recursion](/page/Recursion) because programs cannot call themselves natively, requiring workarounds like simulating a [call stack](/page/Call_stack) with [lists](/page/List) or matrices to mimic recursive behavior. For a [factorial](/page/Factorial) implementation, a [list](/page/List) can store intermediate values and parameters, with a [loop](/page/Loop) pushing and popping elements to emulate the recursive descent and ascent; for instance, initializing a [stack](/page/Stack) list and iteratively multiplying until the base case, then reversing through the [stack](/page/Stack) for the result. This approach avoids infinite loops but increases [code](/page/Code) [complexity](/page/Complexity) and [memory](/page/Memory) usage compared to native support.[](http://tibasicdev.wikidot.com/recursion)

User-defined functions in 68k TI-BASIC extend beyond simple [recursion](/page/Recursion) to reusable solvers, such as for [quadratic](/page/Quadratic) equations. An example is `Define quadratic(a,b,c)=solve(a*x^2+b*x+c=0,x)`, which computes roots using the built-in `solve` function, or a manual version via the [discriminant](/page/Discriminant): `Define quadroots(a,b,c)=(-b±√(b^2-4*a*c))/(2*a)`. These functions accept parameters `a`, `b`, and `c`, returning real or [complex](/page/Complex) roots based on the [discriminant](/page/Discriminant) $ b^2 - 4ac $; for instance, calling `quadroots(1,-3,-10)` yields roots 5 and -2. Functions are stored in the current folder and can be invoked like built-ins, promoting modular code.[](https://education.ti.com/html/eguides/graphing/89-Titanium/PDFs/TI-89-Guidebook_EN.pdf)[](https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/11789)

Simulations in TI-BASIC leverage [random number generation](/page/Random_number_generation) and loops for probabilistic or dynamic models. On Z80 calculators, a simple dice-rolling game loop uses `randInt(1,6)` to simulate fair six-sided [dice](/page/D.I.C.E.), integrated into a `While` loop for repeated rolls until a condition like sum exceeding a [threshold](/page/Threshold): for example, `While sum<20: roll→L1(dim(L1)+1): sum+sum(L1)→sum: End`. This creates an interactive loop displaying rolls and accumulating totals, demonstrating event-driven [gameplay](/page/Gameplay) within BASIC's constraints.[](https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/product-usage/34655)

For TI-Nspire BASIC, physics simulations can model motion using vector operations on [list](/page/List)s, such as representing [position](/page/Position) and [velocity](/page/Velocity) as two-element [list](/page/List)s for 2D scenarios. A [basic](/page/BASIC) [projectile](/page/Projectile) simulation initializes vectors like `{0,0}` for initial [position](/page/Position) and `{v_x, v_y}` for [velocity](/page/Velocity), then iterates with [gravity](/page/Gravity): `For t,0,10: pos+vel*t-(1/2)*g*t^2→pos: Disp pos: End`, updating and displaying [trajectory](/page/Trajectory) points to visualize parabolic paths. This approach uses [list](/page/List) [arithmetic](/page/History_of_arithmetic) for vector addition and scaling, enabling conceptual exploration of [kinematics](/page/Kinematics) without external apps.[](https://education.ti.com/en/tisciencenspired/us/detail?id=6724AE5ABB7541B5A6D8AC323C5C96AB&t=7EC5C739CBB748A3A1734C87CA4285CE)

Optimization in TI-BASIC is limited by its interpreted nature, but Z80 variants allow inline [assembly](/page/Assembly) via the `Asm(` command to accelerate critical sections, such as [graphics](/page/Graphics) or computations, by executing raw Z80 opcodes. For example, `Asm(prgmFASTDRAW)` can invoke a pre-assembled routine for faster [pixel](/page/Pixel) plotting in games, bypassing [BASIC](/page/BASIC)'s slower loops; however, pure [BASIC](/page/Basic) optimizations rely on minimizing I/O and using efficient structures like lists for data. Third-party tools extend this, but standard TI-BASIC imposes speed limits without [assembly](/page/Assembly).

Debugging advanced TI-BASIC code often involves the `Pause` command to insert breakpoints, halting execution for inspection: `Pause "Check variables here"`. In 68k [variants](/page/Mahindra_KUV100), this traces recursion up to the 255-level depth limit, while Z80 uses it within loops for manual [stack](/page/Stack) simulation verification; [variants](/page/Gryazev-Shipunov_GSh-23) differ in [stack](/page/Stack) handling, with 68k supporting deeper nesting before [memory](/page/Memory) errors. Official guidebooks recommend combining `Pause` with `Disp` for [variable](/page/Variable) tracing during development.[](https://education.ti.com/en/customer-support/knowledge-base/other-graphing/product-usage/22171)[](https://education.ti.com/html/eguides/graphing/89-Titanium/PDFs/TI-89-Guidebook_EN.pdf)

## Development Tools

### Official Editors

Texas Instruments provides built-in and companion software editors for developing TI-BASIC programs on its graphing calculators and connected computers. These official tools emphasize simplicity and integration with the calculator's operating system, supporting direct program creation, editing, and transfer without requiring external dependencies.

On TI calculators across series such as the TI-83/84 and TI-Nspire families, the PRGM menu functions as the primary built-in editor for TI-BASIC. Users access it by pressing the PRGM key to enter the program execution or edit mode, where they can create new programs or modify existing ones using a scrollable text view that displays up to the first nine lines of code at a time.[](https://education.ti.com/html/eguides/graphing/84PlusCE-T/SV/content/eg_84tprgm/m_editprogam/m_editprogram.HTML) This interface allows insertion of commands from the PRGM submenus, such as CTL for control structures, and supports basic navigation with arrow keys for scrolling through longer programs.[](https://education.ti.com/-/media/377A0772C3B04D83B83D2A4E51029D08) Syntax assistance is available via catalog access or help prompts during editing, though full error detection occurs only upon execution.[](https://education.ti.com/-/media/377A0772C3B04D83B83D2A4E51029D08)

For computer-based editing compatible with the TI-84 Plus CE series (introduced in [2015](/page/2015)), TI Connect CE software serves as the official PC and [Mac](/page/Mac) application. Released in version 5.0 in [2015](/page/2015), it facilitates the transfer of .8xp program files between the computer and calculator via USB, while its dedicated Program Editor workspace enables creation and modification of TI-BASIC code with standard operations like copy, cut, paste, and undo.[](https://education.ti.com/download/en/ed-tech/CA9C74CAD02440A69FDC7189D7E1B6C2/9CAECB8F39AC46B29FE931481E6904D0/TI-Connect-CE_EN.pdf) The editor mirrors the calculator's interface for familiarity but adds multi-line visibility and file management capabilities, limited by the target calculator's memory constraints on the Z80-based models.[](https://education.ti.com/download/en/ed-tech/CA9C74CAD02440A69FDC7189D7E1B6C2/9CAECB8F39AC46B29FE931481E6904D0/TI-Connect-CE_EN.pdf)

Specific to the TI-Nspire series, the TI-Nspire CX Student Software, available since the handheld's launch in 2007, includes a document-based editor with a TI-BASIC programming mode for creating and inserting programs into .tns documents, which can then be transferred to the calculator via USB connection.[](https://education.ti.com/en/products/calculators/graphing-calculators/ti-nspire-cx-ii-cx-ii-cas/software-overview) TI-Nspire programs are embedded within these document files, distinct from the .89p format used by 68k-based calculators like the TI-89.[](https://education.ti.com/en/guidebook/details/en/B5BDAC55B7454B508CE11B9F7C14315A/TI-NspireProgramEditor)

Common features across these official editors include auto-indentation for structured code blocks in the TI-Nspire environment and runtime error checking tied to the official operating system, ensuring compatibility but restricting access to non-TI-BASIC languages like [Lua](/page/Lua) in legacy setups.[](https://education.ti.com/html/webhelp/EG_TINspire/EN/Subsystems/EG_RefGuide_CAS/Content/M_RefGuide/RG_AutoIndent.HTML) Limitations persist, such as the absence of [version control](/page/Version_control) systems and constraints on program length imposed by calculator memory, particularly on Z80 architectures where available [RAM](/page/Ram) caps practical program sizes.[](https://education.ti.com/-/media/377A0772C3B04D83B83D2A4E51029D08)

### Third-Party Tools

Community developers have created a range of third-party editors and IDEs to enhance TI-BASIC programming, offering features like syntax highlighting, tokenization, and cross-platform support that surpass the limitations of calculator-built-in editors. These tools facilitate writing, debugging, and testing code on personal computers before transferring to TI calculators, often integrating with emulators for seamless workflows.[](https://www.cemetech.net/sc/)

Among early editors, users adapted general-purpose text editors like Notepad++ with custom User Defined Languages (UDLs) for TI-BASIC syntax highlighting as early as the mid-2000s, enabling basic code editing and visualization on Windows systems.[](https://community.notepad-plus-plus.org/topic/24880/ti-basic-support) More specialized editors emerged later, such as TokenIDE, an interactive development environment released around 2010-2015, supporting TI-73, TI-82, TI-83 series, and TI-84 series calculators with command indexing, ASCII token names, and limited syntax highlighting for efficient program creation.[](https://www.ticalc.org/archives/files/fileinfo/433/43315.html) For TI-68k series calculators like the TI-89, Daisuke-Edit, a Windows-based IDE from 2013, provides syntax coloring, automatic capitalization correction, and direct editing of programs, functions, lists, and matrices in native calculator formats.[](https://sourceforge.net/projects/daisuke-edit/)

A prominent IDE is SourceCoder 2.5, released in 2010 by the Cemetech community for Z80-based calculators, featuring auto-tokenization to convert readable text into TI-BASIC tokens, syntax validation, and integration with an embedded emulator for real-time testing without hardware.[](https://www.cemetech.net/news/2010/6/391/_/sourcecoder-25-updates-and-features) This web-based tool streamlined development by allowing direct export to .8xp files compatible with TI-83 Plus and TI-84 Plus series, reducing errors from manual token entry on the calculator. Its successor, SourceCoder 3, continues to support TI-BASIC alongside assembly and C, maintaining broad adoption for its accessibility.[](https://www.cemetech.net/sc/)

Extensions like Doors CS 7.0, released in August 2010, extend TI-BASIC capabilities on TI-83 Plus and TI-84 Plus calculators by providing a [shell](/page/Shell) with libraries such as xLIB, which adds advanced commands for graphics, input handling (e.g., GetCSC for precise key scanning beyond standard GetKey), and data manipulation, enabling more complex programs without full assembly coding.[](https://dcs.cemetech.net/) For [TI-Nspire series](/page/TI-Nspire_series), Ndless, first released in February 2010, unlocks native C and assembly development while enhancing [Lua](/page/Lua) scripting—TI-Nspire's alternative to TI-BASIC—with extensions for file I/O, USB peripherals, and hybrid applications that combine Lua scripts with TI-BASIC elements for richer interactivity.[](https://ndless.me/) These extensions bypass TI's OS restrictions, allowing undocumented hardware access and custom routines.[](https://github.com/ndless-nspire/Ndless)

Third-party tools maintain strong compatibility with emulators, notably Wabbitemu, launched in 2010 for desktop, [Android](/page/Android), and [iOS](/page/IOS) platforms, which accurately simulates Z80 and eZ80 processors in models like the TI-84 Plus CE as of its updates through 2025, supporting program testing and debugging in a virtual environment.[](http://wabbitemu.org/) This integration allows developers to iterate rapidly without physical calculators.[](https://wabbitemu-ti-calculator-emulator.en.softonic.com/)

The TI calculator community, centered on forums like Cemetech—founded in 2000 and a key hub since then—has driven these innovations, hosting downloads, tutorials, and discussions that circumvent TI's proprietary limitations, fostering open-source contributions and sustained development through 2025.[](https://www.cemetech.net/about/)

References

  1. [1]
    TI-84 Plus CE Family Graphing Calculators | Texas Instruments
    Introduce students to the basics of coding with TI-Basic, a built-in programming language for TI graphing calculators, that lets students write programs to ...
  2. [2]
    Timeline - TI Education - Texas Instruments
    1967. TI invents the world's first handheld electronic calculator ; 1974. TI introduces its first scientific calculator ; 1981. TI's first solar-powered handheld ...
  3. [3]
    [PDF] TI-Basic Programming Guide for the TI-84 Plus CE Graphing ...
    TI-Basic allows creating programs on the TI-84 Plus CE, using command lines to calculate outputs or control experiences. Programs are created using the Program ...
  4. [4]
    10 Minutes of Code - TI Education - Texas Instruments
    This is your first lesson in learning to code with TI Basic. TI Basic is a programming language that can be used to program on the TI calculators. While the ...
  5. [5]
    Learn to Code with Your TI Graphing Calculator - TI Education
    Sep 16, 2019 · Learn the Basics with TI-Basic. Any TI graphing calculator can be programmed using a language called TI-Basic. For the TI-84 Plus family and TI ...
  6. [6]
    Go Ahead, Mess With Texas Instruments - The Atlantic
    Aug 30, 2013 · Unlike earlier devices, the TI-81 was equipped with a simple yet versatile programming language called TI-BASIC. Anyone willing to learn a ...
  7. [7]
    [PDF] TI-84 Plus and TI-84 Plus Silver Edition Guidebook - TI Education
    ... Programming ... Language Program ................................................................................. 294. Chapter 17: Activities ......
  8. [8]
    TI-81 - Datamath Calculator Museum
    Jan 19, 2003 · Texas Instruments entered the market of Graphing calculators in 1990 with the TI-81, a market prepared by the Casio fx-7000G, the world's first Graphing ...Missing: BASIC | Show results with:BASIC
  9. [9]
    Calculators - Ticalc.org
    The TI-81, TI's first graphing calculator, was designed for algebra and precalculus. It has since been replaced by newer models which have faster processors, ...
  10. [10]
    Lua Scripting - TI Education - Texas Instruments
    Lua is a powerful, fast scripting language that is supported by TI-Nspire™ teaching and learning technology. Using the Script Editor that is built in to TI- ...
  11. [11]
    TI's Calculator Monopoly Offers Lessons for Educators in the Age of ...
    Apr 8, 2024 · Each component of TI's calculator ecosystem was designed to encourage teachers to adopt the company's graphing calculators and enhance the value ...
  12. [12]
    Software, OS updates and apps - TI Education - Texas Instruments
    Name, Version, Last Update. View:: All. TI Connect™ CE Software, 6.0.3, 03/26/2025. TI-84 Plus C Silver Edition Operating System, 4.2, 02/27/2014.
  13. [13]
    TI-84 Plus C Silver Edition - Datamath Calculator Museum
    Texas Instruments announced on January 18, 2013 a colorful addition to the TI-84 Plus family of graphing calculators - the new TI-84 Plus C Silver Edition.<|separator|>
  14. [14]
    Texas Instruments angers hobbyists with limits to calculator ...
    May 27, 2020 · Texas Instruments has removed the ability for some of its most popular calculators to run programs written in assembly or C, Cemetech reports.
  15. [15]
    TI Removes ASM/C Programming from TI-83 Premium CE - Cemetech
    May 20, 2020 · TI Education has announced that the newest OS for the TI-83 Premium CE, the French version of the TI-84 Plus CE, removes the ability to run native programs.
  16. [16]
    83Plus:History of TI-8x hardware - WikiTI
    Jun 4, 2015 · The TI-83 Plus originally was based around five main integrated circuit (IC) chips: A CMOS Z80 CPU, a 32 KB SRAM chip, a 512 KB flash chip, an LCD driver with ...
  17. [17]
    TI-84 Plus Graphing Calculator | Texas Instruments
    ### TI-84 Plus Specifications Summary
  18. [18]
    Tokens and Token Size - TI-Basic Developer - Wikidot
    Below you can find the byte values for all the 83 series tokens, organized by category and two-byte prefix.
  19. [19]
    Variable Types - TI-Basic Developer - Wikidot
    There are 27 numeric variables (from A to Z and θ) that can be easily ... On the TI-83+/84+/SE calculators, you can archive and unarchive variables.
  20. [20]
    Error Conditions - TI-Basic Developer - Wikidot
    Recursive problems return this error; for example, graphing the equation Y1=Y1. (but Y1=X, Y2=Y1, for example, will NOT cause an error.)Missing: limitations | Show results with:limitations
  21. [21]
    The Calculators - TI-Basic Developer - Wikidot
    The TI-83 is the oldest calculator in the group, being released back in 1996. It is designed to be an upgrade from the TI-82, featuring a sleeker case design, ...
  22. [22]
    TI-83/84 Plus BASIC Games - ticalc.org
    TI-83/84 Plus BASIC Games (Misc.) puzzle, folder, TI-83/84 Plus BASIC Games (Puzzle). rpg, folder, TI-83 ...
  23. [23]
    TI-89 - Datamath Calculator Museum
    Jul 27, 2020 · The kernel of the design is the original Motorola MC68000 microprocessor and all necessary logic for a calculator is placed on the same chip.
  24. [24]
    TI-89 Titanium Graphing Calculator | Texas Instruments
    This versatile graphing calculator features advanced functionality and 3D graphing that makes problem-solving for AP, advanced mathematics and engineering ...<|control11|><|separator|>
  25. [25]
    Texas Instruments Calculators Review: TI 84, 83 or 89? - TI89 apps
    Rating 4.9 (38,753) The TI-83, TI-84, and TI-89 are all solid graphic calculators, but they are all suitable for different needs and budgets.
  26. [26]
    TI-Basic Developer - Wikidot
    This page lists all of the commands for the TI-83/84/SE/+ models. If you have a newer TI-84 Plus C Silver Edition or TI-84 Plus CE with a color display ...
  27. [27]
    Variable Names - TI-Basic Developer - Wikidot
    A variable name can have between 1 and 8 characters in it. Of the 255 possible characters (see Character Codes), only some can be used in variable names:.
  28. [28]
    [PDF] TI-89 Titanium - Texas Instruments
    The TI-89 Titanium uses four AAA alkaline batteries and one button cell backup battery. The backup battery is already installed, and the AAA batteries are ...
  29. [29]
    The Calculators - TI-Basic Developer - Wikidot
    Though lower in number than the TI-92, the TI-89 was actually released somewhat later, in 1998. Backward compatible with the TI-92, at least in terms of TI- ...Missing: 1996 2007
  30. [30]
    TI-89 Titanium - Datamath Calculator Museum
    Mar 29, 2004 · Texas Instruments announced in 2006 the TI-Nspire, this long-awaited calculator family arrived finally July 2007 in the store shelves. Hardware- ...<|separator|>
  31. [31]
    Voyage 200 - Datamath Calculator Museum
    Jun 8, 2003 · Display technology: LCD dot matrix. New price: $199.99 (SRP 2008), Display size: 12 lines by 40 char 128 * 240 pixels. Size: 4.6" x 7.3" x 1.1 ...
  32. [32]
    TI-Nspire™ Specifications - TI Education - Texas Instruments
    ti-nspire cx ii graphing calculator specifications icon for storage, Storage 90+ MB storage memory 64 MB operating memory ; ti-nspire cx ii graphing calculator ...Missing: ARM9 touchscreen 2011
  33. [33]
    TI-Nspire CX II-T CAS - Datamath Calculator Museum
    Apr 4, 2021 · The ARM9 core is clocked with 396 MHz compared to the 156 MHz of the previous TI-Nspire CX or 132 MHz of the original TI-Nspire CX. Learn more ...Missing: touchscreen | Show results with:touchscreen
  34. [34]
  35. [35]
    TI-Nspire Programming - TI-Basic Developer - Wikidot
    This article is meant to give you a brief overview of the programming in the Nspire and how older versions are preferable if you want to program.
  36. [36]
    Software, OS updates and apps - TI Education - Texas Instruments
    Name, Version, Last Update. View:: All. TI-Nspire™ CX II Handheld Operating System, 6.3, 08/21/2025. TI-Nspire™ CX Handheld Operating System, 4.5.5 ...
  37. [37]
    [PDF] TI-Nspire™ CX Technology Release History: v4.0 and above
    New scientific constants have been added. • Values for scientific constants from previous versions of TI-Nspire™ CX have been updated. Program Editor.
  38. [38]
    Working with Multiple Documents
    Multiple documents are shown in tabs at the bottom. Click a tab to switch, use arrows to scroll, or click the Show List icon to see all open documents.
  39. [39]
    [PDF] TI-Nspire™ CX CAS Reference Guide - TI Education
    Learn more about TI Technology through the online help at education.ti.com/eguide. Page 2. ii. Important Information. Except as otherwise expressly stated in ...
  40. [40]
    TI Basic Program: Creating Repetition on TI-89/92
    The three repetition structures are: The Loop...EndLoop, The For ...EndFor, The While...EndWhile. Each structure is different in its use and provide a unique ...Missing: syntax | Show results with:syntax
  41. [41]
    None
    ### Summary of TI-BASIC Data Types, Variables, Storage, Operations, and Variants for TI-84 Plus CE (Z80-based)
  42. [42]
    Maximum Number of Lists and List Elements on the TI-83 Plus and ...
    Standard lists and user-defined lists can each contain up to 999 elements. The number of lists that can be stored in each device is limited only by the device' ...Missing: Z80 | Show results with:Z80
  43. [43]
    Entering Complex Elements in a Matrix on the TI-83 Plus and TI-84 ...
    The TI-83 Plus and TI-84 Plus family of graphing calculators do not allow the use of complex numbers in matrices. If an imaginary or complex number is entered ...
  44. [44]
    Defining Variables - TI Education - Texas Instruments
    When you create a variable, it is stored in memory. Types of Variables. You can store the data types listed in the following table as variables. Data type.
  45. [45]
    Commenting Your Code - TI-Basic Developer - Wikidot
    A comment is a brief note that describes some functionality or feature of your code. You don't need to comment everything, but the two main things that you ...Missing: rem | Show results with:rem
  46. [46]
    Inserting Comments in a TI Basic Program on the TI-89 Family, TI-92 ...
    The © symbol can be access by pressing the green diamond [♦] key and then the close parenthesis [ ) ] key while editing a program, or from the CATALOG menu.Missing: syntax rem
  47. [47]
    [PDF] TI-Nspire Program Editor Guide
    The variable i is the loop counter. In most cases, the variable i is used only while the program is running.
  48. [48]
    Commands and Functions Listing - TI Education
    The purpose of this table of information is to provide a short description with syntax of command arguments as appropriate and menu locations for each command ...
  49. [49]
    Functions in 68k Basic - TI-Basic Developer - Wikidot
    Moreover, the 68k version of TI-BASIC allows creating user-defined functions. Functions have the same syntax as programs except that they use the "Func…Missing: Z80 | Show results with:Z80
  50. [50]
    Creating User-defined Functions and Programs - TI Education
    You can use the Define command to create your own functions and programs. You can create them in the Calculator application or in the Program Editor.
  51. [51]
    Doors CS: Main Page
    Run any BASIC or ASM program, including MirageOS, Ion, Doors CS, and nostub programs. Organize your programs into folders, lock/archive/hide/edit directly from ...Missing: extensions command
  52. [52]
    TI-Basic Developer - Wikidot
    Press [2nd] [10x] to paste 10^(. Calculator Compatibility. TI-83/84/+/SE. Token Size. 1 byte. The 10^( command raises 10 to a power. Since it's possible to just ...
  53. [53]
    TI-Nspire™ Programming Activities | Texas Instruments - TI Education
    Engage students in short activities that build understanding of math concepts, programming logic and coding skills.Missing: sandboxing hardware<|separator|>
  54. [54]
    TI-Basic Starter Kit
    This tutorial is designed to help new TI-83 and TI-84 TI-Basic programmers get their feet off the ground.
  55. [55]
    Lists and Their Commands - TI-Basic Developer
    ### Summary of List Operations in TI-BASIC (TI-83/84 Series)
  56. [56]
    The While Command - TI-Basic Developer
    ### Summary of While Loops for Summing a List in TI-BASIC (TI-84)
  57. [57]
    Sorting algorithms/Bubble sort - Rosetta Code
    The bubble sort works by passing sequentially over a list, comparing each value to the one immediately after it. If the first value is greater than the second, ...
  58. [58]
    Matrices and Their Commands - TI-Basic Developer
    ### Summary of Matrix Creation and Determinant in TI-89 BASIC (68k)
  59. [59]
    Recursion - TI-Basic Developer - Wikidot
    The basic premise behind recursion is breaking up a problem into smaller problems, and then working your way through each problem until they are all completed.Missing: limitations | Show results with:limitations
  60. [60]
    Solution 11789: Solving Quadratic Equations using the TI-89 Family ...
    The following instructions demonstrate how to solve quadratic equations using the solve() command on the TI-89 family, TI-92 family, and Voyage 200 graphing ...Missing: Define | Show results with:Define
  61. [61]
    Using the RandInt() Function on the TI-84 Plus C Silver Edition ...
    The randInt() function generates and displays a random integer within a range specified by lower and upper integer bounds for a specified number of trials.
  62. [62]
    Two-Dimensional Motion and Vectors: Physics: TI Science Nspired
    This lesson visually shows how a vector can be expressed as two component vectors, and an animated demonstration of the addition of two perpendicular vectors.
  63. [63]
    Solution 22171: Pausing a Program on a TI-89 Family, TI-92 Family ...
    If a program requires more information than can be displayed at once, users may add a Pause command in the program to pause it until they are ready to continue.Missing: debugging trace stack depth
  64. [64]
    Editing Programs - TI Education
    Up to the first nine lines of the program are displayed. Note: The program editor does not display a $ to indicate that a program continues beyond the screen.
  65. [65]
    [PDF] TI Connect™ CE Software - TI Education
    The TI-Basic Program Editor Workspace allows you to work with TI Basic programs. Page 25. Parts of the TI-Basic Program Editor Workspace. Menu Bar - Use ...
  66. [66]
    TI-Nspire™ Computer Link Software - TI Education - Texas Instruments
    Educators and students can quickly and easily link a single handheld - TI-Nspire or TI-Nspire CAS handheld - to a single classroom or lab computer.Missing: editor 2007
  67. [67]
    TI-Nspire CX II - TI-Basic Programming Features
    The TI-Nspire™ program editor now auto-indents statements inside a block command. Block commands are If/EndIf, For/EndFor, While/EndWhile, Loop/EndLoop, Try/ ...Missing: Catch | Show results with:Catch
  68. [68]
    Tools | SourceCoder 3 - Cemetech
    SourceCoder 3 is an online editor, IDE, and emulator for TI-BASIC, Assembly, and C. It lets you retrieve and edit the source code of any TI-83, TI-83+, TI-83+ ...Missing: third- | Show results with:third-
  69. [69]
    TI-Basic Support | Notepad++ Community
    Aug 31, 2023 · I have a personal User Defined Language (UDL) for TI-Basic / Extended Basic for the TI-99/4A. It doesn't currently use those extensions.PICK BASIC STYLE PLUGIN? - Notepad++ CommunityHow to write a plugin - Notepad++ CommunityMore results from community.notepad-plus-plus.org
  70. [70]
    TokenIDE - BASIC Editor - ticalc.org
    TokenIDE is an Interactive Development Environment for TI-BASIC for the TI-73, TI-82, TI-83, TI-83+ series, TI-84+ series, and the TI-84+ Color Silver Edition.
  71. [71]
    Daisuke-Edit download | SourceForge.net
    Nov 19, 2013 · Daisuke-Edit is a IDE for the Texas Instruments calculator's programming languaje: TI-BASIC. It opens/saves in the calculator format (For ...
  72. [72]
    SourceCoder 2.5: Updates and Features | News - Cemetech
    Jun 11, 2010 · ... TI-BASIC (or Axe?) programming arsenal. Here is a sample shared ... Latest Headlines · Projects of the Month: August 2025 · arTIfiCE v2.0 released ...
  73. [73]
    Ndless for TI-Nspire
    OS enhancements. Plug in USB keyboards and mice. Enhance Lua with extensions. Use other CAS engines. Install Ndless The very best for your TI-Nspire.
  74. [74]
    Ndless r2020 for TI-Nspire OS <= v6.2.0.333 - GitHub
    Ndless combines an executable loader and utilities to open the TI-Nspire to third-party C and assembly development.
  75. [75]
    Wabbitemu
    Wabbitemu creates a Texas Instruments graphing calculator right on your Windows, Mac, or Android device. Wabbitemu supports the TI-73, TI-81, TI-82, TI-83, TI- ...Missing: 2025 | Show results with:2025
  76. [76]
    WabbitEmu TI Calculator Emulator - Download
    Oct 20, 2025 · WabbitEmu is a powerful and lightweight emulator designed to mimic Texas Instruments Z80-based graphing calculators (such as TI-73, TI-81, TI-82 ...
  77. [77]
    About - Cemetech
    Cemetech was started in 2000 by Kerm Martian as a prototype group to develop his inventions; it was briefly named CTech before the name Cemetech was chosen.