| Executes specified command.
Supported the following syntax:
$command_name[([param1[,param2...]])]
parameters can be commands as well, for example:
$command1($command2(p1,p2),p3)
Parameters: context - execution context (the context from which the command was invoked) Parameters: cmd - command with possible parameters result of command execution, never null |