G.type
From Data Realms Wiki
Jump to:
navigation
,
search
Function
Syntax
type(
Variable
Type )
Description:
Returns the type of the input variable
Returns
string
Example
Description
Prints the datatype of the variable
number
.
Code
number
=
25
;
print
(
type
(
number
)
)
;
Output
Integer
Category
:
Lua
Views
Page
Discussion
View source
History
Personal tools
Log in / create account
Navigation
Main page
Community portal
Current events
Recent changes
Random page
Help
Search
Toolbox
What links here
Related changes
Special pages
Printable version
Permanent link