瀏覽代碼

* 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:
 For instance, the following is an allowed goto statement:
 \begin{listing}
 \begin{listing}
 
 
-var
-  jumpto : label
+label
+  jumpto;
 ...
 ...
 Jumpto : 
 Jumpto : 
   Statement;
   Statement;