Category:83Plus:Basic

From WikiTI
Revision as of 14:56, 31 August 2006 by Burntfuse (Talk | contribs)

Jump to: navigation, search

BASIC is the built-in interpreted language for the TI-83 family. The syntax is similar to the PC version of BASIC, and includes very simple commands for I/O (PRINT, OUTPUT...) and flow control (IF, FOR, WHILE...). The main advantage of writing programs in BASIC is that it is a very high-level language, so programs can be written faster and more easily compared to assembly. The disadvantages are its execution speed (since programs are run by an interpreter) and power (the built-in graphics commands are extremely limited, for example), although some assembly programs, such as Xlib, can provide extra functions like sprite routines for BASIC programs to use. Programs can be created on a desktop computer with TI's Graph Link software or edited on the calculator with the built-in program editor. The manual that comes with the calculator will usually have a reference for all the BASIC commands, but there are also tutorials such as this one or this one which also teach optimization and programming tricks that the manual does not cover.

This article is a stub. You can help WikiTI by expanding it.


Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "83Plus:Basic"

The following 4 pages are in this category, out of 4 total.