get_type - return the variable-type

Var.get_type


get_type returns a string contain the name of the variable type of Var.

Possible return values are
  • "Array"
  • "Boolean"
  • "Complex"
  • "Matrix"
  • "Picture"
  • "String"


3.get_type   returns "Complex"
"text".get_type   returns "String"