11.18 exec
exec <command>
The exec command can be used to execute Pyxplot commands contained within string variables, as in the following example:
terminal="eps"
exec "set terminal %s"%(terminal)
It can also be used to write obfuscated Pyxplot scripts, and its use should be minimized wherever possible.