From c454dc7bdd7f5b30bcd8a691351839b3179fe45c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 11 Mar 1999 16:00:12 -0300 Subject: no more if expressions. --- manual.tex | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'manual.tex') diff --git a/manual.tex b/manual.tex index 373e0e10..3c550cd7 100644 --- a/manual.tex +++ b/manual.tex @@ -1,4 +1,4 @@ -% $Id: manual.tex,v 1.25 1999/03/04 21:23:39 roberto Exp roberto $ +% $Id: manual.tex,v 1.26 1999/03/10 14:09:45 roberto Exp roberto $ \documentclass[11pt]{article} \usepackage{fullpage,bnf} @@ -41,7 +41,7 @@ Waldemar Celes \tecgraf\ --- Computer Science Department --- PUC-Rio } -%\date{\small \verb$Date: 1999/03/04 21:23:39 $} +%\date{\small \verb$Date: 1999/03/10 14:09:45 $} \maketitle @@ -686,17 +686,6 @@ All binary operators are left associative, except for \verb|^| (exponentiation), which is right associative. -\subsubsection{If Expressions} -\begin{Produc} -\produc{exp}{\rwd{if} exp1 \rwd{then} exp1 - \rep{\rwd{elseif} exp1 \rwd{then} exp1} - \opt{\rwd{else} exp1} \rwd{end}} -\end{Produc}% -An \Index{if expression} chooses an expression to evaluate -according to its condition. -Its final value is the value of the chosen expression. -An absent else-part is equivalent to \verb|else nil|. - \subsubsection{Table Constructors} \label{tableconstructor} Table \Index{constructors} are expressions that create tables; every time a constructor is evaluated, a new table is created. -- cgit v1.2.3-55-g6feb