Sign.opIndex

Gets the array with the text in the four lines.

Examples

sign[2] = "test";
assert(sign[] == ["", "", "test", ""]);

Meta