Is it possible to Execute TI BASIC from a string? Such that: execute(":Disp Str1") would Print out Str1?
execute(":Disp Str1")
Unfortunately, no, not like this- expr and eval only work on expressions.