LABEL
Syntax LABEL object 
 
Explanation LABEL marks the beginning of a GO-LABEL loop. Its input must match the input of the corresponding GO command. LABEL is used in conjunction with GO.
Examples TO PINWHEEL
     FD 100 

     LABEL "LOOP 
     REPEAT 4 [FD 50 RT 90] 
     RT 20 
     GO "LOOP 
END 


TopIndex