Within the TI basic in calculator programming, (not the the external programming), is it possible to create a multitask? Like the calculator would be able to run two threads or codes at a time?
I just found results of multithreading within the external programming of a TI calculator. Otherwise I couldn't find any about the ti calculator. So im asking if it is possible to multitask.
No, you cannot run multiple threads of code at the same time with TI-basic. With an OS or shell, like KnightOS or MirageOS, you can run multiple programs at the same time I believe, but that's probably not what you need.