Probably, it will be good to also mention that integers, greater than 255 are translated too, based on their lowest byte.syntax: (char int)
Given an integer argument, char returns a string containing the ASCII character with value int.
For noting the programmer that the range check may be needed.
Some systems (such as ncurses) uses integers, greater than 255 for various control keycodes.