Difference between revisions of "Category:83Plus:Basic"

From WikiTI
Jump to: navigation, search
m (little changes)
 
Line 1: Line 1:
 +
[[Category:83Plus|Basic]]
 +
 
TI-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 (Disp, Output, Text, etc.), flow control (If, For, While, etc.), etc.
 
TI-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 (Disp, Output, Text, etc.), flow control (If, For, While, etc.), etc.
  
Line 5: Line 7:
 
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 [http://www.ticalc.org/archives/files/fileinfo/290/29088.html this one] or [http://www.ticalc.org/archives/files/fileinfo/137/13770.html this one] which also teach optimization and programming tricks that the manual does not cover.
 
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 [http://www.ticalc.org/archives/files/fileinfo/290/29088.html this one] or [http://www.ticalc.org/archives/files/fileinfo/137/13770.html this one] which also teach optimization and programming tricks that the manual does not cover.
  
{{stub}}
+
See also [http://tibasicdev.wikidot.com/home TI-Basic Developer Home] for complete documentation.
 
+
[[Category:83Plus|Basic]]
+

Latest revision as of 12:56, 17 November 2010


TI-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 (Disp, Output, Text, etc.), flow control (If, For, While, etc.), etc.

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. Also BASIC very unlikely can crash your calculator. 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 (such as sprites) 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.

See also TI-Basic Developer Home for complete documentation.

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.