IGNORE input
Does nothing with its input. This is useful when an expression is evaluated for a side effect and its actual output is unimportant.
TO MYPROGRAM :arg PRINT :arg OUTPUT COUNT :arg END MYPROGRAM "Hello
Hello I don't know what to do with 5IGNORE MYPROGRAM "Hello
Hello