|
<< Click to Display Table of Contents >> TARGET |
![]() ![]()
|
TARGET is used by the GOTO statement, to transfer execution to the point following right after the target name.
target name;
The name must be name-like, that is, alphanumeric characters including underscore (and not starting with a digit). You can not use scalars or expressions etc. as labels.
See the GOTO help file.