ocr: Function Description char chr (ascii value); Converts the ASCII value into a string. string date time 0 Returns the current date and time in the format "Mon Nov 21 11:31:54 1983" string downcase (string); Converts the passed string to lowercase. string editcase (string); Converts the passed string to edit case. Edit case is where the first character after a space is uppercase and the rest are lowercase. val exec_ function (namel.arg7 Larg2 lm.argnil); Executes the passed function name with the arguments. The number of arguments must be consistent with the function that is being called. This fu ...