Syntax: @EXACT(S1, S2)
S1 = a string value S2 = a string value
@EXACT returns 1 if string S1 exactly matches string S2; returns 0 otherwise.
Examples:
@EXACT(``computer'', ``computer'') = 1
@EXACT(``Abc'', ``abc'') = 0