Difference between revisions of "TI-BASIC:Home"
(Initial automated import) |
KermMartian (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | '''''Welcome to Cemetech's TI-Basic Developer, the TI-BASIC information repository!''''' This repository started with permission from [http://tibasicdev.wikidot.com/ TI-BASIC Developer], an excellent repository of TI-BASIC information, and is being continually updated and improved to bring you even more information. This site does ''not'' include TI-BASIC Developer's forum, file archives, TI-89 documentation, and TI-Nspire BASIC documentation; we strongly encourage you to [http://tibasicdev.wikidot.com/ visit TI-BASIC Developer] for these resource. If you are a first-time visitor, please check out the [[TI-BASIC:Welcome_Pack|Welcome_Pack]] to get you up to speed on using the site. We encourage you to become a member by clicking the Register link on this page, to [[TI-BASIC:Contribute|get involved]] in the community, and to come back often to see what [[Special:Recent_Changes|changes]] have occurred. And above all else, enjoy your stay! | |
− | |||
− | |||
− | '''''Welcome to TI-Basic Developer | ||
− | + | <div style="float:right; width: 18em; margin: 0 0 0 20px; padding: 3px; background: #fdfcf6; border: 1px solid #4D5C63;"> | |
− | |||
− | |||
− | |||
− | |||
− | |||
'''New to TI-Basic?''' | '''New to TI-Basic?''' | ||
− | |||
− | |||
These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic. | These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic. | ||
* [[TI-BASIC:Thecalcs|The Calculators]] | * [[TI-BASIC:Thecalcs|The Calculators]] | ||
* [[TI-BASIC:WhyTI-BASIC|Why TI-Basic?]] | * [[TI-BASIC:WhyTI-BASIC|Why TI-Basic?]] | ||
− | * [[TI-BASIC:Using_This_Guide| | + | * [[TI-BASIC:Using_This_Guide|Using This Guide]] |
* [[TI-BASIC:Starter_Kit|TI-Basic Starter Kit]] | * [[TI-BASIC:Starter_Kit|TI-Basic Starter Kit]] | ||
* [[TI-BASIC:Faq|TI-Basic FAQ]] | * [[TI-BASIC:Faq|TI-Basic FAQ]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | + | <div style="display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;"> | |
− | |- | + | <div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Commands'''<div> |
− | | | + | * [[TI-BASIC:Homescreen|Home Screen]] |
− | '''[[TI-BASIC: | + | * [[TI-BASIC:Graphscreen|Graph Screen]] |
− | + | * [[TI-BASIC:Math|Math Functions]] | |
− | | | + | * [[TI-BASIC:Variables|Variables]] |
− | + | * [[TI-BASIC:Userinput|User Input]] | |
− | + | * [[TI-BASIC:Operators|Operators]] | |
− | | | + | * [[TI-BASIC:Linking|Calculator Linking]] |
− | + | * [[TI-BASIC:Controlflow|Controlling Flow]] | |
− | + | * [[TI-BASIC:Settings|User Settings]] | |
− | + | * [[TI-BASIC:Memory_Management|Memory_Management]] | |
− | |- | + | * [[TI-BASIC:Time_And_Date|Time_And_Date]] |
− | | | + | </div></div> |
− | < | + | <div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Development'''<div> |
− | <div style="border: 1px | + | * [[TI-BASIC:Development|Overview]] |
− | + | * [[TI-BASIC:Plan|Planning]] | |
+ | * [[TI-BASIC:Portability|Portability]] | ||
+ | * [[TI-BASIC:Usability|Usability]] | ||
+ | * [[TI-BASIC:Setup|Program Setup]] | ||
+ | * [[TI-BASIC:Code_Conventions|Code Conventions]] | ||
+ | * [[TI-BASIC:Techniques|Techniques]] | ||
+ | * [[TI-BASIC:Comments|Commenting Code]] | ||
+ | * [[TI-BASIC:Subprograms|Subprograms]] | ||
+ | * [[TI-BASIC:Cleanup|Program Cleanup]] | ||
+ | * [[TI-BASIC:Debug|Debugging]] | ||
+ | * [[TI-BASIC:Optimize|Optimization]] | ||
+ | * [[TI-BASIC:Timings|Code Timings]] | ||
+ | * [[TI-BASIC:Documentation|Writing Program Documentation]] | ||
+ | * [[TI-BASIC:Marketing|Marketing]] | ||
+ | * [[TI-BASIC:Releasing_Your_Program|Releasing Programs]] | ||
+ | * [[TI-BASIC:Creating_New_Program_Versions|Creating New Program Versions]] | ||
+ | </div></div> | ||
+ | <div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Techniques'''<div> | ||
+ | * [[TI-BASIC:Techniques|Overview]] | ||
+ | * [[TI-BASIC:Animation|Animation]] | ||
+ | * [[TI-BASIC:Assembly|Assembly]] | ||
+ | * [[TI-BASIC:Compression|Compression Techniques]] | ||
+ | * [[TI-BASIC:Cryptography|Cryptography]] | ||
+ | * [[TI-BASIC:Custommenus|Custom Menus]] | ||
+ | * [[TI-BASIC:Custominput|Custom Text Input]] | ||
+ | * [[TI-BASIC:Easy_Map_Making|Easy Map Making]] | ||
+ | * [[TI-BASIC:Friendly_Window|Friendly Graphing Window]] | ||
+ | * [[TI-BASIC:Graphics|Graphics]] | ||
+ | * [[TI-BASIC:Grouping|Grouping A Program]] | ||
+ | * [[TI-BASIC:Highscores|Highscores]] | ||
+ | * [[TI-BASIC:Lookuptables|Look-Up Tables]] | ||
+ | * [[TI-BASIC:Maps|Making Maps]] | ||
+ | * [[TI-BASIC:Movement|Movement in Maps]] | ||
+ | * [[TI-BASIC:Multiplayer|Multiplayer]] | ||
+ | * [[TI-BASIC:Piecewise_Expressions|Piecewise Expressions]] | ||
+ | * [[TI-BASIC:Protection|Program Protection]] | ||
+ | * [[TI-BASIC:Recursion|Recursion]] | ||
+ | * [[TI-BASIC:Saving|Saving]] | ||
+ | * [[TI-BASIC:Selfmodify|Self-Modifying Code (SMC)]] | ||
+ | * [[TI-BASIC:Subprograms|Subprograms]] | ||
+ | * [[TI-BASIC:Validation|Validation of User Input]] | ||
+ | </div></div> | ||
+ | <div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''References'''<div> | ||
+ | * [[TI-BASIC:Resources|Resources]] | ||
+ | * [[TI-BASIC:Experiment|Experiment]] | ||
+ | * [[TI-BASIC:Showcases|Showcases]] | ||
+ | * [[TI-BASIC:Sidebar|Sidebar]] | ||
+ | * [[TI-BASIC:Tokens|Token Size]] | ||
+ | * [[TI-BASIC:Textsprites|Text Sprites]] | ||
+ | * [[TI-BASIC:Binandhex|Binary & Hex]] | ||
+ | * [[TI-BASIC:83lgfont|TI-83+ Font]] | ||
+ | * [[TI-BASIC:Errors|Error Conditions]] | ||
+ | * [[TI-BASIC:File_Extensions|File_Extensions]] | ||
+ | * [[TI-BASIC:Key_Codes|Key_Codes]] | ||
+ | * [[TI-BASIC:Abbreviations|Abbreviations]] | ||
+ | * [[TI-BASIC:Glossary|Glossary]] | ||
+ | </div></div> | ||
+ | <div style="border: 1px solid #888; margin: 0.2em; padding: 0.2em;">'''Related Sites'''<div> | ||
+ | * [http://www.omnimaga.org Omnimaga] | ||
+ | * [http://codewalr.us CodeWalrus] | ||
+ | * [http://www.cemetech.net Cemetech] | ||
+ | * [http://tiplanet.org TI-Planet] | ||
+ | * [http://tistory.wikidot.com TI Story] | ||
+ | * [http://www.ticalc.org ticalc.org] | ||
+ | </div></div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | [[Category:TI-BASIC]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:TIBD]] | [[Category:TIBD]] |
Revision as of 20:09, 25 February 2016
Welcome to Cemetech's TI-Basic Developer, the TI-BASIC information repository! This repository started with permission from TI-BASIC Developer, an excellent repository of TI-BASIC information, and is being continually updated and improved to bring you even more information. This site does not include TI-BASIC Developer's forum, file archives, TI-89 documentation, and TI-Nspire BASIC documentation; we strongly encourage you to visit TI-BASIC Developer for these resource. If you are a first-time visitor, please check out the Welcome_Pack to get you up to speed on using the site. We encourage you to become a member by clicking the Register link on this page, to get involved in the community, and to come back often to see what changes have occurred. And above all else, enjoy your stay!
New to TI-Basic?
These pages provide an overview of TI-Basic, and are designed to help you quickly get started learning and using TI-Basic.
- Overview
- Animation
- Assembly
- Compression Techniques
- Cryptography
- Custom Menus
- Custom Text Input
- Easy Map Making
- Friendly Graphing Window
- Graphics
- Grouping A Program
- Highscores
- Look-Up Tables
- Making Maps
- Movement in Maps
- Multiplayer
- Piecewise Expressions
- Program Protection
- Recursion
- Saving
- Self-Modifying Code (SMC)
- Subprograms
- Validation of User Input