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

SYNTAX :: interact( substr, target );

This sfun tests to see if the string "substr" is contained within the
string "target". A 1 is returned if it is there. A 0 is returned if it
is not.
