G.type

From Data Realms Wiki

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