mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +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:
|
||||
\begin{listing}
|
||||
|
||||
var
|
||||
jumpto : label
|
||||
label
|
||||
jumpto;
|
||||
...
|
||||
Jumpto :
|
||||
Statement;
|
||||
|
Loading…
Reference in New Issue
Block a user