G.type

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Daman (Talk)
(Example)

Latest revision as of 12:47, 3 April 2009

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