Function of type_is_string command
type_is_string
bool commandIsString(List args) => expEval(args[0]) is String;