Gets the array with the text in the four lines.
sign[2] = "test"; assert(sign[] == ["", "", "test", ""]);
See Implementation
Gets the array with the text in the four lines.