Defining an UNKNOWN Method

When an object receives a message that has no matching method, Rexx checks to see if the object has a method named UNKNOWN. If it does, Rexx calls the UNKNOWN method, passing two arguments. The first is the name of the method that was not located. The second is an array containing the arguments passed with the original message.