Search code examples
ti-basic

Executing TI BASIC from a String


Is it possible to Execute TI BASIC from a string? Such that: execute(":Disp Str1") would Print out Str1?


Solution

  • Unfortunately, no, not like this- expr and eval only work on expressions.