aboutsummaryrefslogtreecommitdiff
path: root/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual.tex')
-rw-r--r--manual.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual.tex b/manual.tex
index d90b243b..ba31de32 100644
--- a/manual.tex
+++ b/manual.tex
@@ -1,4 +1,4 @@
1% $Id: manual.tex,v 1.7 1998/03/30 18:17:55 roberto Exp roberto $ 1% $Id: manual.tex,v 1.8 1998/04/02 16:09:16 roberto Exp roberto $
2 2
3\documentstyle[fullpage,11pt,bnf]{article} 3\documentstyle[fullpage,11pt,bnf]{article}
4 4
@@ -38,7 +38,7 @@ Waldemar Celes
38\tecgraf\ --- Computer Science Department --- PUC-Rio 38\tecgraf\ --- Computer Science Department --- PUC-Rio
39} 39}
40 40
41\date{\small \verb$Date: 1998/03/30 18:17:55 $} 41\date{\small \verb$Date: 1998/04/02 16:09:16 $}
42 42
43\maketitle 43\maketitle
44 44
@@ -235,7 +235,7 @@ There are six \Index{basic types} in Lua: \Def{nil}, \Def{number},
235\Def{string}, \Def{function}, \Def{userdata}, and \Def{table}. 235\Def{string}, \Def{function}, \Def{userdata}, and \Def{table}.
236\emph{Nil} is the type of the value \nil, 236\emph{Nil} is the type of the value \nil,
237whose main property is to be different from any other value. 237whose main property is to be different from any other value.
238\emph{Number} represents real (floating-point) numbers, 238\emph{Number} represents real (floating-point with double precision) numbers,
239while \emph{string} has the usual meaning; 239while \emph{string} has the usual meaning;
240notice that Lua is \Index{eight-bit clean}, 240notice that Lua is \Index{eight-bit clean},
241and so strings can contain any ISO character, 241and so strings can contain any ISO character,