Illegal Jumping
- Last UpdatedNov 10, 2025
- 1 minute read
The following is an illegal jump into a nested do block. It is however permitted to jump out of a nested block to a line in an enclosing block.
|
golabel /illegaL do !Count to 5 !Total = !Total + !Count label /illegal enddo |
$* WRONG |