NAME lower - convert string to lower case SYNOPSIS call lower (str) 695 character str(ARB) DESCRIPTION Converts the array 'str' to lower case characters. Non-alphabetic characters are left unchanged. The 'str' array is ascii characters terminated by an EOS marker. (This routine is exactly the same as 'fold'.) SEE ALSO clower, cupper, upper, fold DIAGNOSTICS None