peter 27 лет назад
Родитель
Сommit
7038ef773e
1 измененных файлов с 2 добавлено и 2 удалено
  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;