type

Syntax

i := type(a)

Get the type. The type.name is an alternative that returns a string indicating the type (i.e., integer, double, string, Boolean, etc.). This is an integer that is one of following values.

1: integer

2: float

3: string

4: pointer

5: array

6: 2D vector

7: 3D vector

8: index

9: Boolean

11: Matrix

12: Tensor

13: Structure

14: Map

15: List

16: Memory

Returns:

i - integer type