PING
0.9
Statistical data handling and processing in production environment
|
Execute a macro with its arguments.
macro_name
: name of the macro (whose existence will be checked) to run; if the macro does not exist, do nothing;macro_arguments...
: (option) whatever additional (positional or keyword) arguments taken by the macro %¯o_name
.... whatever the original macro %¯o_name
returns.
The macro %macro_execute
does not test the actual existence of macro_name
. Therefore, this macro should be combined together with %macro_exist
prior to its use, e.g. to be ran as: