None.
ListValue | List with elements to evaluate. |
Goes through each element of the list and runs eval on it.
For information regarding exceptions / errors, see
here.
% set MyList {{puts One} {puts Two}}
{puts One} {puts Two}
% EvalList $MyList
One
Two