write("test");//it´s going to print on screen test
write('C');//it´s going to print on screen C
i tryed this for solve the problem
Spoiler:but some times some strings got bigger than 31 o_o...
Here´s my question, how to solve that problem, if you use a string it prints a string and if it´s a char it prints a char...?