Explorar o código

add square brackets in 8.3, issue #188

Jeremy Siek hai 2 semanas
pai
achega
ebc90d16f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}