Gets the text at the given line.
the line of the sign
a string with the text that has been written at the given line
RangeError if index is not on the range 0..4
d("First line of sign is: ", sign[Sign.FIRST_LINE]);
See Implementation
Gets the text at the given line.