Преглед изворни кода

* fixed label in goto example

peter пре 27 година
родитељ
комит
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;