The XECUTE
command can be used to execute arbitrary commands from, for instance, string
inputs:
xecute "do ..something()"
However, this has both security and performance implications:
For these reasons, you should avoid using XECUTE and use a
proper set of commands instead.