Sets the given texts in every line of the sign.
the text to be set in every line
sign[] = "line"; assert(sign[] == ["line", "line", "line", "line"]);
See Implementation
Sets the given texts in every line of the sign.