GOTO command branches to corresponding label unconditionally and is possible only
within the same block. For instance, you cannot branch from MAIN block to SUBR block,
or from SUBR block to another SUBR block.
When using IF block, or FOR,WHILE blocks in duplicate,
you can branch from inside to outside, but the reverse is impossible.