
=================================================================

SYNTAX ::   return_fail( %^BLACK%^%^BOLD%^<message>%^RESET%^ );

This sfun takes a string for the message. When it is run, The
message string is sent to the object that triggered the
return_fail just like it was sent with write().

The function will send a 0 back to the function that called it
as well.

What this means is that functionally it behaves like a normal
return statement that returns 1 or 0. The difference is that it
also sends the message to the object that activated it.

