* fixed label in goto example

This commit is contained in:
peter 1998-11-13 10:21:13 +00:00
parent 7e3aa73b12
commit 7038ef773e

View File

@ -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;