%set(name,xequal)
%set(description,"Compare strings for equality. %%equal\(\) ignores the case of characters \(case-
insensitive\); %%xequal\(\) is case-sensitive. T is returned if the strings are 
equal and %%null%% is returned if they differ. 

- To be equal, the two strings must be the same length and contain the same 
characters. 

- You can't see %%null%% when it prints.")
%set(syntax,"%%xequal\(string1,string2\)")
%set(example,"%%xequal\('abcde,'ABCDE\) => %%null%% 
%%if\(%%xequal\('abcde,'ABCDE\),'Yes,'No\) => No")
%set(seealso,equal)
%set(authorip,24.211.245.174)
%set(authorlogin,erik)
%set(author,)