(byte->string integer) -> string
Given an integer byte, returns the corresponding string value.
Example:
>> (byte->string 65) :: "A"