فهرست منبع

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