NAME equal - compare str1 to str2; return YES if equal SYNOPSIS stat = equal(str1, str2) character str1(ARB), str2(ARB) integer stat is returned as YES/NO DESCRIPTION Compares two strings, returning YES if they are the same, NO if they differ. Each string is an ascii character array terminated with an EOS marker. SEE ALSO strcmp DIAGNOSTICS None