Talk:Execute Brain****/TI-83 BASIC: Difference between revisions

Comment about some workings of the TI83+
(unused Str5?)
(Comment about some workings of the TI83+)
Line 5:
----
There is <code>" "→Str5</code> but Str5 is not reused. Can this be deleted, or does this indicate some logic mistake? --[[User:Kevin Reid|Kevin Reid]] 17:02, 1 December 2009 (UTC)
----
The TI83+ supports setting a list to a given size by doing <code>999→dim(L1</code>. But keep in mind each element takes up 9 bytes of RAM.
 
Also the loop handling might be improved by having L1 be the memory and L2 being the return address stack. That way you only have to check the brackets when ] or EOF is encountered.
 
--[[User:BenBE|BenBE]] 00:55, 6 January 2010 (UTC)
Anonymous user