@ -92,6 +92,7 @@ void printValue(object input)
break;
case L'\0':
printf("нул");
default:
printf("%lc", CHR(input));
}