Home Keywords
Execute code stored in a string or string variable.
string toExec = "println \"hi\";"; exec toExec;