I am trying to return a string and combine it with another. A table has been made with the following code.
type Table = [(Char, String)]
and