mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:29:30 +02:00
* fixed label in goto example
This commit is contained in:
parent
7e3aa73b12
commit
7038ef773e
@ -2548,8 +2548,8 @@ not be as clear as a goto statement.
|
|||||||
For instance, the following is an allowed goto statement:
|
For instance, the following is an allowed goto statement:
|
||||||
\begin{listing}
|
\begin{listing}
|
||||||
|
|
||||||
var
|
label
|
||||||
jumpto : label
|
jumpto;
|
||||||
...
|
...
|
||||||
Jumpto :
|
Jumpto :
|
||||||
Statement;
|
Statement;
|
||||||
|
Loading…
Reference in New Issue
Block a user