[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Soon, any argument which is ignored in the function and not named
IGNORE or IGNORED will draw a warning message from the compiler.
An argument named IGNORE or IGNORED and not ignored will also get a warning.
Exception: OPERATION (an argument in every DEFMETHOD) will not
get a warning either way.

Also, NIL or T as an argument of prog variable will be ignored
(not bound or anything) with a warning message.