{"id":5658,"date":"2017-01-19T19:22:18","date_gmt":"2017-01-19T19:22:18","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=5658"},"modified":"2019-01-09T12:27:10","modified_gmt":"2019-01-09T12:27:10","slug":"ti-basic","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=5658","title":{"rendered":"TI Basic"},"content":{"rendered":"<h3>Calculator<\/h3>\n<p>68k TI-Basic<\/p>\n<ul>\n<li>TI-89<\/li>\n<li>TI-89 Titanium<\/li>\n<li>TI-92<\/li>\n<li>TI-92 Plus<\/li>\n<li>Voyage 200<\/li>\n<\/ul>\n<h3>Editor<\/h3>\n<p><a href=\"https:\/\/education.ti.com\/de\/software\/details\/en\/332832E61ECF459CB5387223F94208BB\/ti-programeditor\">TI-Program Editor for Voyage 200<\/a> (official)<br \/>\n<a href=\"http:\/\/tifreakware.net\/archives\/tiprogrameditor.zip\">TI Program Editor<\/a> (ZIP) => unofficial<br \/>\n<a href=\"http:\/\/pengels.bplaced.net\/index.php\/tiedit\">TIEdit<\/a>, 27.08.2017<\/p>\n<h3>TI-Basic Editor<\/h3>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/sk:computer-setup\">TI-Basic Starter Kit \u00bb Computer Setup<\/a><br \/>\n<a href=\"https:\/\/www.youtube.com\/watch?v=BIFVVZPyCwY\">YouTube: TI Program Editor<\/a> (Video)<\/p>\n<p><a href=\"https:\/\/de.wikipedia.org\/wiki\/TI-Basic\">Wikipedia: TI-Basic<\/a><\/p>\n<h3>Wikibooks<\/h3>\n<p><a href=\"https:\/\/de.wikibooks.org\/wiki\/TI-Basic\">TI-Basic<\/a><br \/>\n<a href=\"https:\/\/de.wikibooks.org\/wiki\/TI-Basic_f%C3%BCr_Voyage_200\">TI-Basic f\u00fcr Voyage 200<\/a><\/p>\n<h3>Screenshots<\/h3>\n<table>\n<tr>\n<td>Program or Function<\/td>\n<\/tr>\n<tr>\n<td>\n<ul>\n<li>Functions (defined with <code>Func..EndFunc<\/code>)<br \/>return a value, and can&#8217;t affect the overall state of the calculator.<\/li>\n<li>Programs (defined with <code>Prgm..EndPrgm<\/code>)<br \/>can do anything, but don&#8217;t return a value directly.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/PROGRAM_EDITOR_NEW.png\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/PROGRAM_EDITOR_NEW.png\" alt=\"\" width=\"240\" height=\"128\" class=\"alignleft size-full wp-image-6895\" \/><\/a><\/td>\n<\/tr>\n<\/table>\n<table>\n<tr>\n<td>PRGM Argument<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2013\/09\/PRGM_ARGUMENT.png\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2013\/09\/PRGM_ARGUMENT.png\" alt=\"\" width=\"240\" height=\"128\" class=\"alignleft size-full wp-image-6878\" \/><\/a><\/td>\n<\/tr>\n<\/table>\n<h1>tibasicdev.wikidot.com<\/h1>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:programming\">Programming Commands<\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:graphics\">Graphics Commands<\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:command-index\">Command Index<\/a><\/p>\n<h4>Examples<\/h4>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:rsa-encryption\">RSA Encryption<\/a><\/p>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/output\"><code>Output<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/input\"><code>Input<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/disp\"><code>Disp<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/text\"><code>Text<\/code><\/a><\/p>\n<h3>Lists<\/h3>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:lists\">Lists and Their Commands<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n{ 1, 2, 3 } -&gt; a\r\na&#x5B;0]  Dimension error\r\na&#x5B;1]  1\r\na&#x5B;2]  2\r\na&#x5B;3]  3\r\na&#x5B;4]  Dimension error\r\n<\/pre>\n<h3>Matrices<\/h3>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:matrices\">Matrices and Their Commands<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&#x5B; 1, 2; 3, 4] -&gt; a\r\n&#x5B;&#x5B;1, 2]&#x5B;3, 4]] -&gt; b\r\n{{1, 2}{3, 4}} -&gt; c\r\n<\/pre>\n<h2>68K<\/h2>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:setmode\"><code>setMode<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:clrio\"><code>ClrIO<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:append\">The <code>&<\/code> Command (append)<\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:expr\"><code>expr<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:string\"><code>string<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:strings\">String Functions<\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:format\"><code>format<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:approx\"><code>approx<\/code><\/a><\/p>\n<h4>Variable Declaration<\/h4>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:store\"><code>\u2192<\/code><\/a> (STO Key, on the right of Space)<\/p>\n<h4>Control Flow<\/h4>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:programming\">Control Flow Overview<\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:if\"><code>If<\/code><\/a><br \/>\n<a href=\"http:\/\/tibasicdev.wikidot.com\/68k:for\"><code>For<\/code><\/a><\/p>\n<h4>Imaginary number<\/h4>\n<p><a href=\"http:\/\/tibasicdev.wikidot.com\/68k:round\">The round() command<\/a><br \/>\nStrangely enough, if you enter an imaginary number into the round() command, nothing happens and the calculator returns the same function in a simplified form.<\/p>\n<table>\n<tr>\n<td>Imaginary<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY.png\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY-1024x260.png\" alt=\"\" width=\"625\" height=\"159\" class=\"alignleft size-large wp-image-6888\" srcset=\"https:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY-1024x260.png 1024w, https:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY-300x76.png 300w, https:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY-768x195.png 768w, https:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY-624x159.png 624w, https:\/\/blog.bachi.net\/wp-content\/uploads\/2017\/01\/IMAGINARY.png 1439w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/a><\/td>\n<\/tr>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Calculator 68k TI-Basic TI-89 TI-89 Titanium TI-92 TI-92 Plus Voyage 200 Editor TI-Program Editor for Voyage 200 (official) TI Program Editor (ZIP) => unofficial TIEdit, 27.08.2017 TI-Basic Editor TI-Basic Starter Kit \u00bb Computer Setup YouTube: TI Program Editor (Video) Wikipedia: TI-Basic Wikibooks TI-Basic TI-Basic f\u00fcr Voyage 200 Screenshots Program or Function Functions (defined with Func..EndFunc)return [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5658","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/5658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5658"}],"version-history":[{"count":26,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/5658\/revisions"}],"predecessor-version":[{"id":9079,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/5658\/revisions\/9079"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}