Sets all the four lines of the sign.
four strings to be set in sign's lines
sign[] = ["a", "b", "", "d"]; assert(sign[0] == "a");
See Implementation
Sets all the four lines of the sign.