summaryrefslogtreecommitdiff
path: root/doc/manual.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2016-06-06 12:00:00 +0000
committerrepogen <>2016-06-06 12:00:00 +0000
commit7d19fe6f4d59543ce5a61b640350805064ac5652 (patch)
tree3747598941015c96562235b39419ae3fcc9a22c5 /doc/manual.html
parentf65e2704f4ab323e2a4912de043a1943a95c0fd7 (diff)
downloadlua-github-5.3.3-rc3.tar.gz
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 6baf87f9..5fb26b23 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -35,7 +35,7 @@ Freely available under the terms of the
<!-- ====================================================================== -->
<p>
-<!-- $Id: manual.of,v 1.161 2016/05/18 18:20:41 roberto Exp $ -->
+<!-- $Id: manual.of,v 1.162 2016/05/30 15:57:03 roberto Exp $ -->
@@ -1179,7 +1179,7 @@ and the system file functions may have problems with
some control characters.
So, it is safer to represent
non-text data as a quoted literal with
-explicit escape sequences for non-text characters.
+explicit escape sequences for the non-text characters.
<p>
@@ -1214,7 +1214,9 @@ plus an optional binary exponent,
marked by a letter '<code>p</code>' or '<code>P</code>'.
A numeric constant with a radix point or an exponent
denotes a float;
-otherwise it denotes an integer.
+otherwise,
+if its value fits in an integer,
+it denotes an integer.
Examples of valid integer constants are
<pre>
@@ -10898,7 +10900,7 @@ and LiteralString, see <a href="#3.1">&sect;3.1</a>.)
<P CLASS="footer">
Last update:
-Wed May 18 18:55:35 BRT 2016
+Mon May 30 13:11:08 BRT 2016
</P>
<!--
Last change: revised for Lua 5.3.3