Difference between revisions of "Number (type)"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "A '''number''' is a data type which represents any real number (for example, 1, -900.1, or 13.37). For a more in-depth and concise explanation of types, please consolidate wi...")
 
(Consolidate is not the word you were looking for. You wanted consult.)
Line 1: Line 1:
 
A '''number''' is a data type which represents any real number (for example, 1, -900.1, or 13.37).
 
A '''number''' is a data type which represents any real number (for example, 1, -900.1, or 13.37).
  
For a more in-depth and concise explanation of types, please consolidate with the [http://www.lua.org/manual/5.1/manual.html Lua 5.1 Official Manual].
+
For a more in-depth and concise explanation of types, please consult the [http://www.lua.org/manual/5.1/manual.html#2.2 Lua 5.1 Official Manual].
  
 
[[Category:Lua_Types]]
 
[[Category:Lua_Types]]

Revision as of 13:56, 10 May 2013

A number is a data type which represents any real number (for example, 1, -900.1, or 13.37).

For a more in-depth and concise explanation of types, please consult the Lua 5.1 Official Manual.