You can call the new block from an existing block (for
example the Main block).
Select values in the two fields:
If you do not want to call the block (for example when the
block being created is to be activated by a Watch instruction),
choose the <Unused> line
from the From drop-down
list. Blocks using this line are placed last in the method in the Unused category.
Note: You should
not call a block from within itself. If you do, you will generate
a potentially infinite loop that exceeds the maximum number of calls
allowed in a method. A loop symbol is displayed at the beginning
of the line if this occurs.