~~~ I have some strings that I would like to evaluate or render executable, for example if str_eq1:"2*my_var" and if say, my_var:1/2 then some_function(str_eq1); => 1 Thanks ~~~