NAME type - determine type of character SYNOPSIS t = type(c) character c character t is returned as LETTER, DIGIT, or c DESCRIPTION This function determines whether the character 'c' is a letter, a digit, or something else; it returns LETTER, DIGIT, or the character itself. SEE ALSO index DIAGNOSTICS None