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