Label the first square. The LABEL function
creates the label. The POSITION value of 6 left-justifies the text with respect
to X and Y. The TEXT variable specifies the text string to be written.
function="label"; x=10; y=63; position="6";
style="swissb"; size=2; text="Green"; output;