TI BASIC

From Ninerpedia
Revision as of 17:11, 10 September 2014 by Stephen Shaw (talk | contribs) (Added link to new article on using mathematical operators to replace logical operators in TI BASIC.)
Jump to navigation Jump to search
(Page requires expansion)

See How a BASIC program is stored in the computers memory

One omission from TI Basic is the lack of logical operators such as AND and OR used for example in expressions such as IF V<8 AND W>4 THEN 120 ELSE 240. TI Basic programmers instead used mathematical operators to replace logical operators.