I want to use the function ignore
but I want a more meaningful name when using its functionality of not doing anything.
Would like to make a function that takes the same argument possibilities as ignore and pass them to the ignare function. How can one set this thing up ?
I would like the ability to pass arguments that although they have meaning to the programmer, they do not do anything. The arguments are just there as informational indicators (annunciators) that are there for informational purposes only, rather than for executable command instructions.