Browse Source

* fixed label in goto example

peter 27 years ago
parent
commit
7038ef773e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ref.tex

+ 2 - 2
docs/ref.tex

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