String compare
@SCP(string1, string2)
Returns an integer 1 if the two strings compare, 0 otherwise. The two strings must be separated by a comma.
IF @SCP('main','MAIN') ; does main equal MAIN?