Prechádzať zdrojové kódy

add square brackets in 8.3, issue #188

Jeremy Siek 2 týždňov pred
rodič
commit
ebc90d16f3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -15734,7 +15734,7 @@ Module(|$\Def\ldots\Stmt\ldots$|)
 \end{lstlisting}
 where $\itm{mainDef}$ is
 \begin{lstlisting}
-FunctionDef('main', [], |$\Stmt\ldots$|Return(Constant(0)), None, IntType(), None)
+FunctionDef('main', [], [|$\Stmt\ldots$|Return(Constant(0))], None, IntType(), None)
 \end{lstlisting}
 \fi}