G.type

From Data Realms Wiki

Revision as of 12:47, 3 April 2009 by Daman (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function
Syntaxtype( Variable Type )
Description:
Returns the type of the input variable
Returnsstring




Example
DescriptionPrints the datatype of the variable number.
Code
  1. number = 25;
  2. print(type(number));
OutputInteger
Personal tools