7 lines
130 B
Markdown
7 lines
130 B
Markdown
|
# GOTO statement
|
||
|
It is used to jump to any point within the function. It cannot cross function-boundary
|
||
|
|
||
|
syntax
|
||
|
GOTO line-number
|
||
|
|