Sign.opIndexAssign

Sets the given texts in every line of the sign.

Parameters

text string

the text to be set in every line

Examples

sign[] = "line";
assert(sign[] == ["line", "line", "line", "line"]);

Meta