Skip to content
/ tentry Public

a tigcc program to recall the nth answer from the top of the history

License

Notifications You must be signed in to change notification settings

5j9/tentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tentry() and tans() are very simple TIGCC programs that return a previous answer/entry from the Home screen history area, but, unlike the built-in ans()/entry() functions, they will retrieve the top-most entry, not the most recent one.

Motivation

I sometimes find it more productive to recall answers from the top. Contrary to its built-in counterpart, tans() ids do not change (unless you delete an entry from the middle of the stack). This makes tans() very useful to refer to previously entered expressions. You won't need to store the answers in variables, just write down the equation number[1] and invoke it using tans() the next time you need it.

[1]: The number assigned to last entry is shown at the bottom right of a TI-89 calculator. BTW, you can change the capacity of stored entries from the default 30 to 99: press <diamon>+|.

About

a tigcc program to recall the nth answer from the top of the history

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages